Passed
Branch master (21c741)
by Pavel
08:44
created
Category
src/Middleware/HtmlMinify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             return $response;
23 23
         }
24 24
 
25
-        if (!in_array(strtoupper($request->getMethod()), ['GET', 'HEAD'])) {
25
+        if (!in_array(strtoupper($request->getMethod()), [ 'GET', 'HEAD' ])) {
26 26
             return $response;
27 27
         }
28 28
 
Please login to merge, or discard this patch.