Private
Public Access
1
0

chg: dev: update all doc blocks on back-end #8

This commit is contained in:
2026-04-20 21:24:39 +02:00
parent 4944d2aa21
commit 20a969705d
17 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ use Symfony\Component\Uid\Uuid;
* @category Class
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
* @link www.splendidbear.org
* @since 2026. 04. 09.
* @since 2019. 10. 27.
*/
class RpcManager implements RpcManagerInterface
{

View File

@@ -38,7 +38,7 @@ use Symfony\Component\Mercure\Update;
* @category Class
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
* @link www.splendidbear.org
* @since 2026. 04. 09.
* @since 2019. 10. 27.
*/
readonly class TopicManager implements TopicManagerInterface
{