Skip to content

Commit e6c156d

Browse files
Add type to final/internal public/protected properties
1 parent 1eb46f1 commit e6c156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TokenParser/StopwatchTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
final class StopwatchTokenParser extends AbstractTokenParser
2626
{
27-
protected $stopwatchIsAvailable;
27+
private bool $stopwatchIsAvailable;
2828

2929
public function __construct(bool $stopwatchIsAvailable)
3030
{

0 commit comments

Comments
 (0)