File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ public function __construct(private readonly CacheItemPoolInterface $subscriptio
42
42
43
43
public function retrieveSubscriptionId (array $ context , ?array $ result , ?Operation $ operation = null ): ?string
44
44
{
45
-
46
45
/** @var ResolveInfo $info */
47
46
$ info = $ context ['info ' ];
48
47
$ fields = $ info ->getFieldSelection (\PHP_INT_MAX );
@@ -124,11 +123,6 @@ private function removeItemFromSubscriptionCache(string $iri): void
124
123
}
125
124
}
126
125
127
- private function encodeIriToCacheKey (string $ iri ): string
128
- {
129
- return str_replace ('/ ' , '_ ' , $ iri );
130
- }
131
-
132
126
private function updateSubscriptionCollectionCacheData (
133
127
?string $ iri ,
134
128
array $ fields ,
@@ -225,4 +219,8 @@ private function getDeletePushPayloads(object $object): array
225
219
return $ payloads ;
226
220
}
227
221
222
+ private function encodeIriToCacheKey (string $ iri ): string
223
+ {
224
+ return str_replace ('/ ' , '_ ' , $ iri );
225
+ }
228
226
}
You can’t perform that action at this time.
0 commit comments