File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v1.7.7] ( https://github.com/CodeIgniter/coding-standard/compare/v1.7.6...v1.7.7 ) - 2023-08-15
8
+
9
+ - Specify force option for ` php_unit_data_provider_static ` fixer
10
+
7
11
## [ v1.7.6] ( https://github.com/CodeIgniter/coding-standard/compare/v1.7.5...v1.7.6 ) - 2023-08-15
8
12
9
13
- Enable 'php_unit_data_provider_static'
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ public function __construct()
353
353
'suffix ' => '' ,
354
354
],
355
355
'php_unit_data_provider_return_type ' => true ,
356
- 'php_unit_data_provider_static ' => true ,
356
+ 'php_unit_data_provider_static ' => [ ' force ' => true ] ,
357
357
'php_unit_dedicate_assert ' => ['target ' => 'newest ' ],
358
358
'php_unit_dedicate_assert_internal_type ' => ['target ' => 'newest ' ],
359
359
'php_unit_expectation ' => ['target ' => 'newest ' ],
You can’t perform that action at this time.
0 commit comments