Skip to content

Commit ffb4e1d

Browse files
committed
cs
1 parent cac2a3d commit ffb4e1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Analyser/LazyInternalScopeFactory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
final class LazyInternalScopeFactory implements InternalScopeFactory
1818
{
1919

20-
/**
21-
* @var int|array{min: int, max: int}|null
22-
*/
20+
/** @var int|array{min: int, max: int}|null */
2321
private int|array|null $phpVersion;
2422

2523
public function __construct(

0 commit comments

Comments
 (0)