Completed
Push — master ( 345dfa...b1aa1a )
by Lars
02:54
created
src/idiorm/orm/IdiormResultSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
       if (method_exists($model, $method)) {
198 198
         call_user_func_array(array($model, $method), $params);
199 199
       } else {
200
-        throw new IdiormMethodMissingException("Method $method() does not exist in class " . get_class($this));
200
+        throw new IdiormMethodMissingException("Method $method() does not exist in class ".get_class($this));
201 201
       }
202 202
     }
203 203
 
Please login to merge, or discard this patch.