Passed
Push — master ( 815bbe...b873e2 )
by Pavel
06:06 queued 02:40
created
src/Middleware/HtmlMinify.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             return false;
49 49
         }
50 50
 
51
-        if (!in_array(strtoupper($request->getMethod()), ['GET', 'HEAD'])) {
51
+        if (!in_array(strtoupper($request->getMethod()), [ 'GET', 'HEAD' ])) {
52 52
             return false;
53 53
         }
54 54
 
Please login to merge, or discard this patch.