Skip to content

Commit 8db715d

Browse files
committed
Fix static analysis
1 parent 161accc commit 8db715d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Transformer/InputType1.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ final class InputType1
3131
*/
3232
public $field5 = [];
3333

34+
/**
35+
* @var mixed
36+
*/
3437
public $field6;
3538
}

0 commit comments

Comments
 (0)