diff --git a/src/Approval.php b/src/Approval.php index 057520f..6d48eb0 100644 --- a/src/Approval.php +++ b/src/Approval.php @@ -22,12 +22,12 @@ public function getFieldName() return $this->key; } - public function accept() { - + public function accept() + { } - public function reject() { - + public function reject() + { } public function scopeOpen($query) diff --git a/tests/BaseTest.php b/tests/BaseTest.php index 0200a6e..9fdd4ca 100644 --- a/tests/BaseTest.php +++ b/tests/BaseTest.php @@ -8,7 +8,6 @@ class BaseTest extends TestCase { - public function test_approvable_can_be_created() { $post = $this->returnPostInstance(PostCanBeApproved::class);