Completed
Push — master ( 331cca...ffaf67 )
by Lars
01:13 queued 13s
created
src/TypeCheck/TypeCheckCallback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,6 +67,6 @@
 block discarded – undo
67 67
      */
68 68
     public function throwException($expectedTypes, $value, $type): \Throwable
69 69
     {
70
-        throw new \TypeError("Invalid type: callable failed, got value `" . \print_r($value, true) . "` with type {{$type}}.");
70
+        throw new \TypeError("Invalid type: callable failed, got value `".\print_r($value, true)."` with type {{$type}}.");
71 71
     }
72 72
 }
Please login to merge, or discard this patch.