Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3147082

Browse filesBrowse files
committed
Merge branch '6.3' into 6.4
* 6.3: synchronize the Relay fixture
2 parents f9a64ee + d731048 commit 3147082
Copy full SHA for 3147082

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎src/Symfony/Component/Cache/Traits/RelayProxy.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Traits/RelayProxy.php
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,11 @@ public function publish($channel, $message): \Relay\Relay|false|int
541541
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->publish(...\func_get_args());
542542
}
543543

544+
public function pubsub($operation, ...$args): mixed
545+
{
546+
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->pubsub(...\func_get_args());
547+
}
548+
544549
public function spublish($channel, $message): \Relay\Relay|false|int
545550
{
546551
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->spublish(...\func_get_args());

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.