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 |
---|---|---|
Action | ø | 96.30% |
Api | ø | 93.40% |
Core | ø | 50.15% |
Doctrine | ø | 96.20% |
Documentation | ø | 94.23% |
Elasticsearch | ø | 89.16% |
Exception | ø | 87.50% |
GraphQl | ø | 96.43% |
Hal | ø | 95.93% |
HttpCache | ø | 97.30% |
Hydra | ø | 96.94% |
JsonApi/Serializer | ø | 93.79% |
JsonLd | ø | 94.03% |
JsonSchema | ø | 94.37% |
Metadata | ø | 92.26% |
OpenApi | ø | 59.34% |
Operation | ø | 100.00% |
PathResolver | ø | 96.15% |
Problem/Serializer | ø | 100.00% |
RamseyUuid | ø | 100.00% |
Serializer | ø | 90.03% |
State | ø | 92.02% |
Symfony | ø | 94.14% |
Test | ø | 85.05% |
Util | ø | 93.14% |
Validator/Exception/ValidationException.php | ø | 100.00% |
deprecation.php | ø | 30.77% |
Folder Totals (27 files) | 4127 | 76.53% |
Project Totals (829 files) | 4127 | 76.53% |
d3f5fb8
6212380