File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ class Route implements Router
29
29
FilterTable = 'filterTable ' ,
30
30
FilterStrict = 'filterStrict ' ;
31
31
32
- /** @deprecated use Route::Value */
32
+ #[\Deprecated( ' use Route::Value ' )]
33
33
public const VALUE = self ::Value;
34
34
35
- /** @deprecated use Route::Pattern */
35
+ #[\Deprecated( ' use Route::Pattern ' )]
36
36
public const PATTERN = self ::Pattern;
37
37
38
- /** @deprecated use Route::FilterIn */
38
+ #[\Deprecated( ' use Route::FilterIn ' )]
39
39
public const FILTER_IN = self ::FilterIn;
40
40
41
- /** @deprecated use Route::FilterOut */
41
+ #[\Deprecated( ' use Route::FilterOut ' )]
42
42
public const FILTER_OUT = self ::FilterOut;
43
43
44
- /** @deprecated use Route::FilterTable */
44
+ #[\Deprecated( ' use Route::FilterTable ' )]
45
45
public const FILTER_TABLE = self ::FilterTable;
46
46
47
- /** @deprecated use Route::FilterStrict */
47
+ #[\Deprecated( ' use Route::FilterStrict ' )]
48
48
public const FILTER_STRICT = self ::FilterStrict;
49
49
50
50
/** key used in metadata */
Original file line number Diff line number Diff line change 17
17
*/
18
18
interface Router
19
19
{
20
- /** @deprecated */
20
+ #[\Deprecated]
21
21
public const ONE_WAY = true ;
22
22
23
23
/**
You can’t perform that action at this time.
0 commit comments