Completed
Push — master ( 8f43a6...343337 )
by Timothy
23s
created
tests/NoHtml/OWASP/NoHtmlTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         $exploits = [];
16 16
         
17
-        foreach (new \DirectoryIterator(__DIR__ . '/exploits') as $file) {
17
+        foreach (new \DirectoryIterator(__DIR__.'/exploits') as $file) {
18 18
             if ($file->isFile()) {
19 19
                 $exploits[$file->getBasename()] = [file_get_contents($file->getRealPath())];
20 20
             }
Please login to merge, or discard this patch.