Skip to content

Commit

Permalink
Changes to meet new dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed May 16, 2019
1 parent 2a9fb26 commit 51b3ecd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion League/Entity/AuthCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

final class AuthCode implements AuthCodeEntityInterface
{
use AuthCodeTrait, EntityTrait, TokenEntityTrait;
use AuthCodeTrait;
use EntityTrait;
use TokenEntityTrait;
}
2 changes: 1 addition & 1 deletion Tests/Acceptance/AuthorizationEndpointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

final class AuthorizationEndpointTest extends AbstractAcceptanceTest
{
protected function setUp()
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 51b3ecd

Please sign in to comment.