Completed
Push — master ( 1a7ec5...85e2d6 )
by Max
02:41
created
src/Exceptions/InvalidPropertyCallException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,6 @@
 block discarded – undo
22 22
      */
23 23
     public function __toString()
24 24
     {
25
-        return __CLASS__."'{$this->message}' in {$this->file}, ({$this->line})\n, {$this->getTraceAsString()}";
25
+        return __CLASS__ . "'{$this->message}' in {$this->file}, ({$this->line})\n, {$this->getTraceAsString()}";
26 26
     }
27 27
 }
Please login to merge, or discard this patch.