@@ -36,7 +36,7 @@ |
||
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 |