Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Dec 31, 2017
1 parent 02d3a0d commit 5190646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Broadcasting/BroadcasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public function testCanRegisterChannelsAsClasses()
{
$broadcaster = new FakeBroadcaster;

$broadcaster->channel('something', function () {});
$broadcaster->channel('something', function () {
});
$broadcaster->channel('somethingelse', DummyBroadcastingChannel::class);
}

Expand Down Expand Up @@ -161,6 +162,6 @@ class DummyBroadcastingChannel
{
public function join($user, BroadcasterTestEloquentModelStub $model, $nonModel)
{

//
}
}

0 comments on commit 5190646

Please sign in to comment.