We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c9ac0 commit a23e06dCopy full SHA for a23e06d
2 files changed
src/TypeSystem/Type/BooleanType/BooleanType.php
@@ -30,7 +30,7 @@ final class BooleanType implements TypeInterface
30
31
private function __construct()
32
{
33
- }
+ } // @codeCoverageIgnore
34
35
public static function get(): self
36
test/Unit/TypeSystem/Type/BooleanType/BooleanTypeTest.php
@@ -51,4 +51,4 @@ public function isReturnsFalseIfGivenTypeIsNotBooleanType(): void
51
52
$this->assertFalse(BooleanType::get()->is(StringType::get()));
53
}
54
-}
+}
0 commit comments