Completed
Push — master ( 157853...1a3eb9 )
by John
03:05
created
src/Description/Description.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     {
121 121
         if (!$this->hasPath($path)) {
122 122
             throw new \InvalidArgumentException(
123
-                "Path '$path' does not exist (have ".implode(', ', array_keys($this->paths)).')'
123
+                "Path '$path' does not exist (have " . implode(', ', array_keys($this->paths)) . ')'
124 124
             );
125 125
         }
126 126
 
Please login to merge, or discard this patch.