You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5.2:
Backport type fixes
Fix CS
Avoid triggering the autoloader in Deprecation::isLegacy()
fix markdown markup
Backport type fixes
uzb translation
[DependencyInjection] Fix doc blocks
[DependencyInjection] Turn $defaultDeprecationTemplate into a constant
[Form] better form doc types to support static analysis
Copy file name to clipboardExpand all lines: Alias.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@
15
15
16
16
class Alias
17
17
{
18
+
privateconstDEFAULT_DEPRECATION_TEMPLATE = 'The "%alias_id%" service alias is deprecated. You should stop using it, as it will be removed in the future.';
19
+
18
20
private$id;
19
21
private$public;
20
22
private$deprecation = [];
21
23
22
-
privatestatic$defaultDeprecationTemplate = 'The "%alias_id%" service alias is deprecated. You should stop using it, as it will be removed in the future.';
0 commit comments