Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlap authored and StyleCIBot committed May 17, 2018
1 parent 7d9a386 commit c4b1dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Approval.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class BaseTest extends TestCase
{

public function test_approvable_can_be_created()
{
$post = $this->returnPostInstance(PostCanBeApproved::class);
Expand Down

0 comments on commit c4b1dd4

Please sign in to comment.