Completed
Push — master ( 68c206...8abc58 )
by Lanre
02:13
created
cfar/src/CfarException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
 
20 20
     public function __toString()
21 21
     {
22
-        return self::INVALID_DECLARATION . ". The " . $this->getMessage();
22
+        return self::INVALID_DECLARATION.". The ".$this->getMessage();
23 23
     }
24 24
 }
Please login to merge, or discard this patch.