Completed
Push — develop ( 251362...cf3003 )
by Stuart
02:46
created
src/TypeInspectors/GetPrintableType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
         }
128 128
 
129 129
         // $data contains an <object, method> pair
130
-        return "callable<" . get_class($data[0]). "::" . $data[1] . ">";
130
+        return "callable<" . get_class($data[0]) . "::" . $data[1] . ">";
131 131
     }
132 132
 
133 133
     /**
Please login to merge, or discard this patch.