Skip to content

Commit 775b2ad

Browse files
committed
Update PHPUnitVersion.php
1 parent a1f6f45 commit 775b2ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules/PHPUnit/PHPUnitVersion.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class PHPUnitVersion
77

88
private ?int $majorVersion;
99

10-
1110
public function __construct(?int $majorVersion)
1211
{
1312
$this->majorVersion = $majorVersion;

0 commit comments

Comments
 (0)