Test Failed
Push — master ( c4d975...d9e1e8 )
by Radosław
09:50
created
src/macros/object/hasMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.