Passed
Push — master ( 038339...49cf48 )
by Jeroen
03:07
created
src/Exception.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
 {
7 7
     public static function characterNotFound(string $character): \Exception
8 8
     {
9
-        return new self('Character ' . $character . ' not found.');
9
+        return new self('Character '.$character.' not found.');
10 10
     }
11 11
 }
Please login to merge, or discard this patch.