|
@@ -9,7 +9,7 @@ discard block |
|
|
block discarded – undo |
|
9
|
9
|
* file that was distributed with this source code. |
|
10
|
10
|
*/ |
|
11
|
11
|
|
|
12
|
|
-declare(strict_types=1); |
|
|
12
|
+declare(strict_types = 1); |
|
13
|
13
|
|
|
14
|
14
|
namespace ApiPlatform\Core\EventListener; |
|
15
|
15
|
|
|
@@ -133,7 +133,7 @@ discard block |
|
|
block discarded – undo |
|
133
|
133
|
|
|
134
|
134
|
$attributes['subresource_context'] += $context; |
|
135
|
135
|
$identifiers = []; |
|
136
|
|
- foreach ($attributes['subresource_context']['identifiers'] as $key => list($id, , $hasIdentifier)) { |
|
|
136
|
+ foreach ($attributes['subresource_context']['identifiers'] as $key => list($id,, $hasIdentifier)) { |
|
137
|
137
|
if (true === $hasIdentifier) { |
|
138
|
138
|
$identifiers[$id] = $request->attributes->get($id); |
|
139
|
139
|
} |
Please login to merge, or discard this patch.