Skip to content

Commit 670a44a

Browse files
dependabot[bot]paulbalandan
authored andcommitted
chore(deps-dev): update friendsofphp/php-cs-fixer requirement
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version. --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aab056 commit 670a44a

File tree

6 files changed

+2
-12
lines changed

6 files changed

+2
-12
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"codeigniter/coding-standard": "^1.5",
1919
"fakerphp/faker": "^1.9",
20-
"friendsofphp/php-cs-fixer": "~3.11.0",
20+
"friendsofphp/php-cs-fixer": "~3.12.0",
2121
"mikey179/vfsstream": "^1.6",
2222
"nexusphp/cs-config": "^3.6",
2323
"phpunit/phpunit": "^9.1",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"codeigniter/coding-standard": "^1.5",
1919
"fakerphp/faker": "^1.9",
20-
"friendsofphp/php-cs-fixer": "~3.11.0",
20+
"friendsofphp/php-cs-fixer": "~3.12.0",
2121
"mikey179/vfsstream": "^1.6",
2222
"nexusphp/cs-config": "^3.6",
2323
"nexusphp/tachycardia": "^1.0",

tests/_support/Log/Handlers/TestHandler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public function __construct(array $config)
4646
* If the handler returns false, then execution of handlers
4747
* will stop. Any handlers that have not run, yet, will not
4848
* be run.
49-
*
50-
* @param $level
51-
* @param $message
5249
*/
5350
public function handle($level, $message): bool
5451
{

tests/system/Config/MimesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public function extensionsList()
4848
/**
4949
* @dataProvider extensionsList
5050
*
51-
* @param $expected
5251
* @param $ext
5352
* @param mixed $mime
5453
*/

tests/system/Validation/FormatRulesTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,6 @@ public function stringProvider(): Generator
404404

405405
/**
406406
* @dataProvider alphaProvider
407-
*
408-
* @param $str
409-
* @param $expected
410407
*/
411408
public function testAlpha(?string $str, bool $expected): void
412409
{

tests/system/Validation/StrictRules/FormatRulesTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ public function stringProvider(): Generator
410410

411411
/**
412412
* @dataProvider alphaProvider
413-
*
414-
* @param $str
415-
* @param $expected
416413
*/
417414
public function testAlpha(?string $str, bool $expected): void
418415
{

0 commit comments

Comments
 (0)