Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
askvortsov1 authored and StyleCIBot committed Jan 27, 2021
1 parent 5525f18 commit 312d180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/extenders/SimpleFlarumSearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected function tearDown(): void
$this->database()->table('discussions')->whereIn('id', [1, 2])->delete();
$this->database()->table('posts')->whereIn('id', [1, 2])->delete();
}

public function searchDiscussions($query, $limit = null)
{
$actor = User::find(1);
Expand Down

0 comments on commit 312d180

Please sign in to comment.