@@ -476,7 +476,8 @@ |
||
| 476 | 476 | |
| 477 | 477 | /** @var \ReflectionMethod $fxnToCall */ |
| 478 | 478 | $fxnToCall = \__::chain($fxns) |
| 479 | - ->filter(function (\ReflectionMethod $fxn) use ($method) { |
|
| 479 | + ->filter(function (\ReflectionMethod $fxn) use ($method) |
|
| 480 | + { |
|
| 480 | 481 | return $fxn->getName() === $method; |
| 481 | 482 | }) |
| 482 | 483 | ->get(0, null) |