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