From 1027ff0ec717701493adf37f050577481d57c6ad Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 10 Mar 2022 16:57:33 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/EnumAccessorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/EnumAccessorTest.php b/tests/EnumAccessorTest.php index a0d981d..1fae4c8 100644 --- a/tests/EnumAccessorTest.php +++ b/tests/EnumAccessorTest.php @@ -157,6 +157,5 @@ public function it_works_with_integer_database_fields() $this->assertInstanceOf(BillingRule::class, $clientNoInvoice->billing_rule); $this->assertEquals(0, $clientNoInvoice->billing_rule->value()); - } }