Completed
Push — master ( 8ef040...c80b7a )
by Dan
02:17
created
src/MockWithExpectationsTrait.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -241,8 +241,8 @@
 block discarded – undo
241 241
             ? ReflectionMethod::IS_PUBLIC
242 242
             : ReflectionMethod::IS_ABSTRACT;
243 243
 
244
-         return array_map(function(ReflectionMethod $method) {
245
-             return $method->name;
246
-         }, $reflection->getMethods($filter));
244
+            return array_map(function(ReflectionMethod $method) {
245
+                return $method->name;
246
+            }, $reflection->getMethods($filter));
247 247
     }
248 248
 }
Please login to merge, or discard this patch.