Compare
6212380
... +0 ...
d3f5fb8
6212380
... +0 ...
d3f5fb8
Showing 1 of 1 files from the diff.
@@ -65,7 +65,7 @@
Loading
65 | 65 | return; |
|
66 | 66 | } |
|
67 | 67 | ||
68 | - | if (!$operation || !($operation->canRead() ?? true) || !$attributes['receive'] || (!$operation->getUriVariables() && !$request->isMethodSafe()) || ($operation->getExtraProperties()['is_legacy_resource_metadata'] ?? false) || ($operation->getExtraProperties()['is_legacy_subresource'] ?? false)) { |
|
68 | + | if (!$attributes['receive'] || !$operation || !($operation->canRead() ?? true) || (($extraProperties = $operation->getExtraProperties())['is_legacy_resource_metadata'] ?? false) || ($extraProperties['is_legacy_subresource'] ?? false) || (!$operation->getUriVariables() && !$request->isMethodSafe())) { |
|
69 | 69 | return; |
|
70 | 70 | } |
|
71 | 71 |
2 Commits
Files | Complexity | Coverage |
---|---|---|
src | ø | 76.53% |
Project Totals (829 files) | 4127 | 76.53% |
d3f5fb8
6212380