Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoRamos committed Aug 8, 2020
1 parent c9db67a commit 94808a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Metrics/MethodLength:
Max: 50

Metrics/AbcSize:
Max: 30
Max: 35

Style/StringLiterals:
EnforcedStyle: single_quotes
Expand Down
3 changes: 1 addition & 2 deletions tests/event/listener_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace alfredoramos\markdown\tests\event;

use phpbb_test_case;
use phpbb\auth\auth;
use phpbb\config\config;
use phpbb\user;
Expand All @@ -24,7 +23,7 @@
/**
* @group event
*/
class listener_test extends phpbb_test_case
class listener_test extends \phpbb_test_case
{
protected $auth;
protected $config;
Expand Down

0 comments on commit 94808a9

Please sign in to comment.