Passed
Push — master ( 273203...3cdd43 )
by Kevin
01:45
created
src/Doctrine/Repository/DBALObjectRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             ->fetch()
37 37
         ;
38 38
 
39
-        if (!$result) {
39
+        if ( ! $result) {
40 40
             throw new NotFound(\sprintf('Object from "%s" table not found for given specification.', static::tableName()));
41 41
         }
42 42
 
Please login to merge, or discard this patch.