Completed
Pull Request — develop (#125)
by Sam
03:05 queued 01:11
created
src/Console/AbstractMultiIndexCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function getIndex()
17 17
     {
18
-        throw new \RuntimeException('This method should be not be used with ' . __CLASS__);
18
+        throw new \RuntimeException('This method should be not be used with '.__CLASS__);
19 19
     }
20 20
 
21 21
     /**
Please login to merge, or discard this patch.