Test Failed
Pull Request — master (#127)
by Christopher
05:56 queued 02:12
created
src/POData/Common/Messages/httpProcessUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
      */
93 93
     public static function httpProcessUtilityClosingQuoteNotFound($parameterName)
94 94
     {
95
-        return 'Value for MIME type parameter \'' . $parameterName . '\' is incorrect because the closing quote '.
95
+        return 'Value for MIME type parameter \'' . $parameterName . '\' is incorrect because the closing quote ' .
96 96
                ' character could not be found while the parameter value started with a quote character.';
97 97
     }
98 98
 
Please login to merge, or discard this patch.