Passed
Pull Request — master (#17)
by Alexander
03:51
created
src/Behaviors/OptionsRequestBehavior.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function init()
23 23
     {
24 24
         parent::init();
25
-        $this->request = di\Instance::ensure($this->request,  web\Request::class);
26
-        $this->response = di\Instance::ensure($this->response,  web\Response::class);
25
+        $this->request = di\Instance::ensure($this->request, web\Request::class);
26
+        $this->response = di\Instance::ensure($this->response, web\Response::class);
27 27
     }
28 28
 
29 29
     public function events()
Please login to merge, or discard this patch.