Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#5730)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com>
  • Loading branch information
TomasVotruba and TomasVotruba committed Mar 17, 2024
1 parent 0a07bf3 commit a94605a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions config/set/php84.php
Expand Up @@ -6,7 +6,5 @@
use Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->rules([
ExplicitNullableParamTypeRector::class,
]);
$rectorConfig->rules([ExplicitNullableParamTypeRector::class]);
};
1 change: 0 additions & 1 deletion src/Set/ValueObject/LevelSetList.php
Expand Up @@ -16,7 +16,6 @@ final class LevelSetList implements SetListInterface
*/
public const UP_TO_PHP_84 = __DIR__ . '/../../../config/set/level/up-to-php84.php';


/**
* @var string
*/
Expand Down

0 comments on commit a94605a

Please sign in to comment.