Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
klgd committed Jun 14, 2017
1 parent 553daeb commit 2e019ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/HasOriginalAndAttributesTrait.php
Expand Up @@ -3,7 +3,6 @@

namespace Sco\Attributes;


use Illuminate\Support\Arr;

trait HasOriginalAndAttributesTrait
Expand Down
6 changes: 4 additions & 2 deletions tests/HasAttributesTraitTest.php
Expand Up @@ -60,7 +60,9 @@ public function testNotHasAttribute()

public function testToJson()
{
$this->assertJsonStringEqualsJsonString(json_encode($this->array),
$this->mock->toJson());
$this->assertJsonStringEqualsJsonString(
json_encode($this->array),
$this->mock->toJson()
);
}
}

0 comments on commit 2e019ff

Please sign in to comment.