|
29 | 29 | "Can use a constant as a parameter default value": ["parameter.default.constant", "5.4.6.x", "999", [], "3.13.x", "999", []], |
30 | 30 | "Can override a method that uses self as a type hint": ["parameter.type.self.override", "5.4.1.x", "999", [], "0.x", "999", []], |
31 | 31 | "Can use variadic parameters": ["parameter.variadic", "5.6.x", "999", [], "3.3.x", "999", []], |
32 | | - "Can use by-reference variadic parameters": ["parameter.variadic.reference", "5.6.x", "999", [], "999", "0.x", []], |
| 32 | + "Can use by-reference variadic parameters": ["parameter.variadic.reference", "5.6.x", "999", [], "3.17.x", "999", []], |
33 | 33 | "Can use type hints with variadic parameters": ["parameter.variadic.type", "5.6.x", "999", [], "999", "0.x", []], |
34 | 34 | "Can use scalar type hints": ["parameter.hint.scalar", "7.x", "999", [], "3.11.x", "999", []], |
35 | 35 | "Language keywords can be used as method names": ["parser.relaxed-keywords", "7.x", "999", [], "999", "0.x", []], |
|
0 commit comments