@@ -67,7 +67,7 @@ |
||
67 | 67 | self::$namedScopes[$name]->rewind(); |
68 | 68 | return self::$namedScopes[$name]; |
69 | 69 | } else |
70 | - if(self::$returnZeroOnNoScope) |
|
70 | + if (self::$returnZeroOnNoScope) |
|
71 | 71 | return new Model\Zero(); |
72 | 72 | throw new RunTime("Unable to find scope ($name)"); |
73 | 73 | } |