@@ -67,6 +67,6 @@ |
||
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 | } |