Explorar el Código

Point virgule

François Drouhard hace 5 años
padre
commit
edb462afb6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Service/Search.php

+ 0 - 1
src/Service/Search.php

@@ -43,7 +43,6 @@ class Search
             ->createQuery('SELECT f from App:Film f WHERE f.titre like :titre')
         ->setParameter('titre', '%'.$query.'%')
         ->getResult();
-            ;
         return $q;
     }