Completed
Push — develop ( 21fee7...21fc48 )
by Stuart
05:06
created
src/TypeInspectors/GetPrintableType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
         }
165 165
 
166 166
         // $item contains an <object, method> pair
167
-        return "callable<" . get_class($item[0]). "::" . $item[1] . ">";
167
+        return "callable<" . get_class($item[0]) . "::" . $item[1] . ">";
168 168
     }
169 169
 
170 170
     /**
Please login to merge, or discard this patch.