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