Completed
Pull Request — master (#13)
by
unknown
02:52
created
src/Response/Header/XFrameOptions.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             foreach($urls as $url){
61 61
                 $retour.= $this->options.' '.$url.';';
62 62
             }
63
-        }else{
63
+        } else{
64 64
             $retour = $this->options;
65 65
         }
66 66
         return $retour;
Please login to merge, or discard this patch.