Skip to content

Commit 55d7795

Browse files
authored
Bump php-cs-fixer to v3.14 (#9)
1 parent 9b3a18e commit 55d7795

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^7.4 || ^8.0",
2323
"ext-tokenizer": "*",
24-
"friendsofphp/php-cs-fixer": "3.13.0",
24+
"friendsofphp/php-cs-fixer": "^3.14",
2525
"nexusphp/cs-config": "^3.6"
2626
},
2727
"require-dev": {

src/CodeIgniter4.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ public function __construct()
335335
'assertNotSame',
336336
],
337337
],
338+
'php_unit_data_provider_static' => false,
338339
'php_unit_dedicate_assert' => ['target' => 'newest'],
339340
'php_unit_dedicate_assert_internal_type' => ['target' => 'newest'],
340341
'php_unit_expectation' => ['target' => 'newest'],
@@ -463,6 +464,7 @@ public function __construct()
463464
['phpstan-type', 'psalm-type'],
464465
['var', 'phpstan-var', 'psalm-var'],
465466
],
467+
'skip_unlisted_annotations' => true,
466468
],
467469
'phpdoc_single_line_var_spacing' => true,
468470
'phpdoc_summary' => false,

0 commit comments

Comments
 (0)