Passed
Push — feature/VSVGVQ-7-Entities ( e0ef8b...2c88a0 )
by steven
02:58
created
src/Question/Repositories/QuestionDoctrineRepository.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
33 33
 
34 34
         if ($categoryEntity == null) {
35 35
             throw new InvalidArgumentException(
36
-                'Category with id: ' .
37
-                $questionEntity->getCategoryEntity()->getId() .
38
-                ' and name: ' .
39
-                $questionEntity->getCategoryEntity()->getName() .
36
+                'Category with id: '.
37
+                $questionEntity->getCategoryEntity()->getId().
38
+                ' and name: '.
39
+                $questionEntity->getCategoryEntity()->getName().
40 40
                 ' not found.'
41 41
             );
42 42
         }
Please login to merge, or discard this patch.