Completed
Push — master ( 1d20f5...e62e0e )
by Emmanuel
05:24
created
src/GlW3CValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
         $title   = strtr($fileinfo->getRelativePathname(), ["\\" => "/"]);
157 157
         $filedir = $this->resultrootdir . '/' . strtr($fileinfo->getRelativepath(), ["\\" => "/"]);
158 158
 
159
-        $ext = $fileinfo->getExtension();;
159
+        $ext = $fileinfo->getExtension(); ;
160 160
         $view = $this->sendToW3C(
161 161
                      $this->types[$ext]['w3curl'],
162 162
                          $this->types[$ext]['validator'],
Please login to merge, or discard this patch.