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 57454b6 commit eb48dfaCopy full SHA for eb48dfa
src/Version/Version.php
@@ -41,7 +41,7 @@ public function __construct(
41
$this->setMinor($minor);
42
$this->setRevision($revision);
43
$this->setMicro($micro);
44
- if ($stability == null) {
+ if ($stability === null) {
45
$stability = new Stability();
46
}
47
$this->setStability($stability);
0 commit comments