Passed
Push — 2.x ( 77ee6f...d6434d )
by Terry
02:11
created
src/Firewall/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
      * 
249 249
      * @return void
250 250
      */
251
-    public function __construct(?ServerRequestInterface $request  = null, ?ResponseInterface $response = null)
251
+    public function __construct(?ServerRequestInterface $request = null, ?ResponseInterface $response = null)
252 252
     {
253 253
         // Load helper functions. This is the must.
254 254
         new Helpers();
Please login to merge, or discard this patch.