Test Setup Failed
Push — master ( 72a408...3f5e9b )
by Alexey
02:46
created
src/Skobkin/Bundle/PointToolsBundle/Repository/Blogs/TagRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
         $this->getEntityManager()->persist($entity);
13 13
     }
14 14
 
15
-    public function findOneByLowerText(string $text): ?Tag
15
+    public function findOneByLowerText(string $text): ? Tag
16 16
     {
17 17
         $qb = $this->createQueryBuilder('t');
18 18
         return $qb
Please login to merge, or discard this patch.
src/Skobkin/Bundle/PointToolsBundle/Repository/UserRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      * Case-insensitive user search
18 18
      */
19
-    public function findUserByLogin(string $login): ?User
19
+    public function findUserByLogin(string $login): ? User
20 20
     {
21 21
         $qb = $this->createQueryBuilder('u');
22 22
 
Please login to merge, or discard this patch.