Passed
Push — master ( d9b33a...61038f )
by Alexander
05:52 queued 31s
created
src/Behaviors/OptionsRequestBehavior.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
     public function init(): void
22 22
     {
23 23
         parent::init();
24
-        $this->request = di\Instance::ensure($this->request,  web\Request::class);
25
-        $this->response = di\Instance::ensure($this->response,  web\Response::class);
24
+        $this->request = di\Instance::ensure($this->request, web\Request::class);
25
+        $this->response = di\Instance::ensure($this->response, web\Response::class);
26 26
     }
27 27
 
28 28
     public function events(): array
Please login to merge, or discard this patch.