We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f6f45 commit 775b2adCopy full SHA for 775b2ad
src/Rules/PHPUnit/PHPUnitVersion.php
@@ -7,7 +7,6 @@ class PHPUnitVersion
7
8
private ?int $majorVersion;
9
10
-
11
public function __construct(?int $majorVersion)
12
{
13
$this->majorVersion = $majorVersion;
0 commit comments