Completed
Pull Request — master (#13)
by
unknown
02:52
created
src/Response/Header/XFrameOptions.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     public function setOptions($options){
28
-       $this->options = $options;
29
-       return $this;
28
+        $this->options = $options;
29
+        return $this;
30 30
     }
31 31
 
32 32
     public function getOptions(){
Please login to merge, or discard this patch.