@@ -241,8 +241,8 @@ |
||
| 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 | } |