@@ -109,7 +109,7 @@ public static function getSubscribedServices()
109
109
/**
110
110
* Returns true if the service id is defined.
111
111
*
112
- * @deprecated since 5.4, use method or constructor injection in your controller instead
112
+ * @deprecated since Symfony 5.4, use method or constructor injection in your controller instead
113
113
*/
114
114
protected function has (string $ id ): bool
115
115
{
@@ -123,7 +123,7 @@ protected function has(string $id): bool
123
123
*
124
124
* @return object The service
125
125
*
126
- * @deprecated since 5.4, use method or constructor injection in your controller instead
126
+ * @deprecated since Symfony 5.4, use method or constructor injection in your controller instead
127
127
*/
128
128
protected function get (string $ id ): object
129
129
{
@@ -379,7 +379,7 @@ protected function createFormBuilder($data = null, array $options = []): FormBui
379
379
*
380
380
* @throws \LogicException If DoctrineBundle is not available
381
381
*
382
- * @deprecated since 5.4, inject an instance of ManagerRegistry in your controller instead
382
+ * @deprecated since Symfony 5.4, inject an instance of ManagerRegistry in your controller instead
383
383
*/
384
384
protected function getDoctrine (): ManagerRegistry
385
385
{
@@ -439,7 +439,7 @@ protected function isCsrfTokenValid(string $id, ?string $token): bool
439
439
*
440
440
* @param object|Envelope $message The message or the message pre-wrapped in an envelope
441
441
*
442
- * @deprecated since 5.4, inject an instance of MessageBusInterface in your controller instead
442
+ * @deprecated since Symfony 5.4, inject an instance of MessageBusInterface in your controller instead
443
443
*/
444
444
protected function dispatchMessage (object $ message , array $ stamps = []): Envelope
445
445
{
0 commit comments