Passed
Push — master ( 9e4977...ad78b7 )
by Brent
02:46
created
src/Stitcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
      * @return array
126 126
      * @throws TemplateNotFoundException
127 127
      */
128
-    public function stitch($routes = [], $filterValue= null) {
128
+    public function stitch($routes = [], $filterValue = null) {
129 129
         $blanket = [];
130 130
 
131 131
         $site = $this->loadSite();
Please login to merge, or discard this patch.