Passed
Pull Request — master (#261)
by Christopher
03:08
created
src/POData/HttpProcessUtility.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 strtolower($acceptType->getMimeType()),
46 46
                 array_map('strtolower', $exactContentTypes)
47 47
             );
48
-            if(false !== $exactMatch){
48
+            if (false !== $exactMatch) {
49 49
                 $selectedContentType = $exactContentTypes[$exactMatch];
50 50
                 $selectedQualityValue = $acceptType->getQualityValue();
51 51
                 break;
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 strtolower($acceptType->getMimeType()),
46 46
                 array_map('strtolower', $exactContentTypes)
47 47
             );
48
-            if(false !== $exactMatch){
48
+            if(false !== $exactMatch) {
49 49
                 $selectedContentType = $exactContentTypes[$exactMatch];
50 50
                 $selectedQualityValue = $acceptType->getQualityValue();
51 51
                 break;
Please login to merge, or discard this patch.