Skip to content

Commit 6d4b8b3

Browse files
Add type to final/internal public/protected properties
1 parent 3ecb9b7 commit 6d4b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipes/AbstractPipes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
abstract class AbstractPipes implements PipesInterface
2222
{
23-
public $pipes = [];
23+
public array $pipes = [];
2424

2525
private $inputBuffer = '';
2626
private $input;

0 commit comments

Comments
 (0)