Skip to content

Commit 22d57c7

Browse files
committed
Specify force option for php_unit_data_provider_static fixer
1 parent 634ae23 commit 22d57c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
711
## [v1.7.6](https://github.com/CodeIgniter/coding-standard/compare/v1.7.5...v1.7.6) - 2023-08-15
812

913
- Enable 'php_unit_data_provider_static'

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function __construct()
353353
'suffix' => '',
354354
],
355355
'php_unit_data_provider_return_type' => true,
356-
'php_unit_data_provider_static' => true,
356+
'php_unit_data_provider_static' => ['force' => true],
357357
'php_unit_dedicate_assert' => ['target' => 'newest'],
358358
'php_unit_dedicate_assert_internal_type' => ['target' => 'newest'],
359359
'php_unit_expectation' => ['target' => 'newest'],

0 commit comments

Comments
 (0)