@@ -23,9 +23,9 @@ |
||
| 23 | 23 | \Rector\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector::class, |
| 24 | 24 | \Rector\EarlyReturn\Rector\StmtsAwareInterface\ReturnEarlyIfVariableRector::class, |
| 25 | 25 | ]) |
| 26 | - ->withSets([ |
|
| 27 | - LevelSetList::UP_TO_PHP_71, |
|
| 28 | - SetList::DEAD_CODE, |
|
| 29 | - SetList::CODING_STYLE, |
|
| 30 | - SetList::EARLY_RETURN, |
|
| 31 | - ]); |
|
| 32 | 26 | \ No newline at end of file |
| 27 | + ->withSets([ |
|
| 28 | + LevelSetList::UP_TO_PHP_71, |
|
| 29 | + SetList::DEAD_CODE, |
|
| 30 | + SetList::CODING_STYLE, |
|
| 31 | + SetList::EARLY_RETURN, |
|
| 32 | + ]); |
|
| 33 | 33 | \ No newline at end of file |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | |
| 10 | 10 | class BearerTokenAuthorization extends TokenAuthorization |
| 11 | 11 | { |
| 12 | - /** |
|
| 12 | + /** |
|
| 13 | 13 | * BearerTokenAuthorization constructor. |
| 14 | 14 | */ |
| 15 | 15 | public function __construct(TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector) |