Completed
Pull Request — master (#904)
by Antoine
03:12
created
src/Util/RequestAttributesExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         }
63 63
 
64 64
         if (false === $hasRequestAttributeKey) {
65
-            throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function ($operationType) {
65
+            throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function($operationType) {
66 66
                 return "_api_{$operationType}_operation_name";
67 67
             }, OperationTypes::TYPES)));
68 68
         }
Please login to merge, or discard this patch.