@@ -3,7 +3,7 @@ |
||
3 | 3 | |
4 | 4 | use Baethon\Phln\Phln as P; |
5 | 5 | |
6 | -P::macro('hasMethod', function ($method, $object) { |
|
6 | +P::macro('hasMethod', function($method, $object) { |
|
7 | 7 | try { |
8 | 8 | $reflection = new \ReflectionObject($object); |
9 | 9 |