-
Notifications
You must be signed in to change notification settings - Fork 2k
Dev: [php-cs-fixer] Detected deprecations in use #7594
Copy link
Copy link
Closed
CodeIgniter/coding-standard
#10Labels
Description
Detected deprecations in use:
- Option "annotation_exclude" for rule "final_internal_class" is deprecated and will be removed in version 4.0. Use "exclude" to configure PHPDoc annotations tags and attributes.
- Option "annotation_include" for rule "final_internal_class" is deprecated and will be removed in version 4.0. Use "include" to configure PHPDoc annotations tags and attributes.
- Rule "no_blank_lines_before_namespace" is deprecated. Use "blank_lines_before_namespace" instead.
- Rule "single_blank_line_before_namespace" is deprecated. Use "blank_lines_before_namespace" instead.
See https://github.com/codeigniter4/CodeIgniter4/actions/runs/5306306699/jobs/9603798768
Reactions are currently unavailable