Skip to content

Commit eb48dfa

Browse files
committed
Use strict comparaison.
1 parent 57454b6 commit eb48dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(
4141
$this->setMinor($minor);
4242
$this->setRevision($revision);
4343
$this->setMicro($micro);
44-
if ($stability == null) {
44+
if ($stability === null) {
4545
$stability = new Stability();
4646
}
4747
$this->setStability($stability);

0 commit comments

Comments
 (0)