Skip to content

Commit 616a4cc

Browse files
committed
Apply linting fixes
1 parent 1f42177 commit 616a4cc

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

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
@@ -411,9 +411,6 @@ public function stringProvider(): Generator
411411

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

0 commit comments

Comments
 (0)