-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Allow #[IgnoreDeprecations] to be repeated #6581
Copy link
Copy link
Open
Labels
feature/issuesIssues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP codeIssues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP codefeature/metadata/attributesfeature/test-runnerCLI test runnerCLI test runnertype/enhancementA new idea that should be implementedA new idea that should be implemented
Metadata
Metadata
Assignees
Labels
feature/issuesIssues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP codeIssues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP codefeature/metadata/attributesfeature/test-runnerCLI test runnerCLI test runnertype/enhancementA new idea that should be implementedA new idea that should be implemented
#[IgnoreDeprecations]now allows a pattern to be specified, which was not the case in earlier versions.People may desire to specify multiple patterns to be ignored; while that could be achieved via concatenation in the patterns, it would be more readable if multiple
#[IgnoreDeprecations]could be specified, for example like