Skip to content

Commit 19e1a8c

Browse files
committed
Fix PHPStan errors
1 parent 7d582c7 commit 19e1a8c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/BasePoLoaderTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ public function stringDecodeProvider()
257257

258258
/**
259259
* @dataProvider stringDecodeProvider
260-
* @param mixed $source
261-
* @param mixed $decoded
262260
*/
263261
public function testStringDecode(string $source, string $decoded): void
264262
{

tests/PoGeneratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ public function stringEncodeProvider(): array
109109

110110
/**
111111
* @dataProvider stringEncodeProvider
112-
* @param mixed $encoded
113-
* @param mixed $decoded
114112
*/
115113
public function testStringEncode(string $encoded, string $decoded): void
116114
{

0 commit comments

Comments
 (0)