Skip to content

Commit 111d506

Browse files
Add types to public and protected properties
1 parent b1abbf8 commit 111d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class_exists(ClosureResolver::class);
4646
*/
4747
class GenericRuntime implements RuntimeInterface
4848
{
49-
protected $options;
49+
protected array $options;
5050

5151
/**
5252
* @param array {

0 commit comments

Comments
 (0)