diff --git a/tests/PhpOption/Tests/OptionTest.php b/tests/PhpOption/Tests/OptionTest.php index 52c8238..95ed2e5 100644 --- a/tests/PhpOption/Tests/OptionTest.php +++ b/tests/PhpOption/Tests/OptionTest.php @@ -127,6 +127,7 @@ public function testLiftDegenerate() $this->assertEquals(None::create(), $fL1()); $this->assertEquals(Some::create(null), $fL2()); + } } class SomeArrayObject implements ArrayAccess