From a8593bf5176bf3d3f2966942c530be19b44ec87c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Dec 2019 13:45:14 +0000 Subject: [PATCH] Fixed bad merge --- tests/PhpOption/Tests/OptionTest.php | 1 + 1 file changed, 1 insertion(+) 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