Passed
Pull Request — master (#29)
by
unknown
12:22 queued 09:21
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.