Completed
Pull Request — master (#9)
by Vytautas
10:39 queued 07:17
created
src/Router/ImageRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         if ($options instanceof \Traversable) {
40 40
             $options = ArrayUtils::iteratorToArray($options);
41 41
         } elseif (!is_array($options)) {
42
-            throw new InvalidArgumentException(__METHOD__ . ' expects an array or Traversable set of options');
42
+            throw new InvalidArgumentException(__METHOD__.' expects an array or Traversable set of options');
43 43
         }
44 44
 
45 45
         $this->options = array_merge($this->options, $options);
Please login to merge, or discard this patch.