Skip to content

Commit

Permalink
Applied fixes from StyleCI (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Nov 20, 2016
1 parent a803e07 commit ce43394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ActivityloggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ public function it_returns_an_instance_of_the_activity_after_logging()
/** @test */
public function it_returns_an_instance_of_the_activity_log_after_logging_when_using_a_custom_model()
{
$activityClass = new class extends Activity {};
$activityClass = new class extends Activity {
};

$activityClassName = get_class($activityClass);

Expand Down

0 comments on commit ce43394

Please sign in to comment.