Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafamaklad authored and StyleCIBot committed Mar 11, 2018
1 parent 327b90a commit 1241d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Exceptions/UnauthorizedException.php
Expand Up @@ -10,7 +10,6 @@
*/
class UnauthorizedException extends HttpException
{

private $requiredRoles = [];
private $requiredPermissions = [];

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase.php
Expand Up @@ -181,8 +181,8 @@ protected function hasLog($message, $level)
$message,
$level
) {
return $handler instanceof TestHandler && $handler->hasRecordThatContains($message, $level);
})->count() > 0;
return $handler instanceof TestHandler && $handler->hasRecordThatContains($message, $level);
})->count() > 0;
}

/**
Expand Down

0 comments on commit 1241d29

Please sign in to comment.