|
@@ -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.