Completed
Push — master ( 7fdebe...a6972d )
by Paulius
05:22
created
Category
src/Method/ResultObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     private function classGetters($class)
107 107
     {
108 108
         $methods = get_class_methods($class);
109
-        return array_filter($methods, function ($value) use ($methods) {
109
+        return array_filter($methods, function($value) use ($methods) {
110 110
             if ($value == 'getErrors') {
111 111
                 return false;
112 112
             }
Please login to merge, or discard this patch.