Skip to content

Commit ee69075

Browse files
committed
Fix property definition
1 parent de80c38 commit ee69075

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/PropertyFactory.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020

2121
final class PropertyFactory
2222
{
23-
/**
24-
* @var bool
25-
**/
26-
private $typed;
23+
private bool $typed;
2724

2825
/**
2926
* @var callable

0 commit comments

Comments
 (0)