Skip to content

Commit

Permalink
Apply php8.0 in Rector preset (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 6, 2024
1 parent 30727db commit c3c5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Declaration/FilterDeclaration.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(

try {
$this->validationConfig = $container->get(ValidationConfig::class);
} catch (\Throwable $e) {
} catch (\Throwable) {
// Validation is not configured
$this->validationConfig = null;
}
Expand Down

0 comments on commit c3c5507

Please sign in to comment.