Completed
Push — master ( cf1e10...cdcfaa )
by Emmanuel
04:07
created
src/GlW3CValidator.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -166,14 +166,14 @@
 block discarded – undo
166 166
         $ext   = $fileinfo->getExtension();
167 167
         $title = strtr($fileinfo->getRelativePathname(), ["\\" => "/"]);
168 168
         $view  = $this->sendToW3C(
169
-                      $this->types[$ext]['w3curl'],
170
-                          $this->types[$ext]['validator'],
171
-                          $this->types[$ext]['selector'],
172
-                          $this->types[$ext]['field'],
173
-                          $this->types[$ext]['resulttag'],
174
-                          strtr($fileinfo->getRealPath(), ["\\" => "/"]),
175
-                          $title,
176
-                          $this->types[$ext]['css']
169
+                        $this->types[$ext]['w3curl'],
170
+                            $this->types[$ext]['validator'],
171
+                            $this->types[$ext]['selector'],
172
+                            $this->types[$ext]['field'],
173
+                            $this->types[$ext]['resulttag'],
174
+                            strtr($fileinfo->getRealPath(), ["\\" => "/"]),
175
+                            $title,
176
+                            $this->types[$ext]['css']
177 177
         );
178 178
 
179 179
         if ($view === null) {
Please login to merge, or discard this patch.