Skip to content

Commit

Permalink
Unwrap curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 24, 2024
1 parent 3a5f341 commit 2a97871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function parseFeatures(array $features): array
$case = Feature::fromName($name);

if (! $case) {
throw new InvalidConfigurationException("Invalid feature '{$feature}' specified in the YAML config file. (Feature::{$name} does not exist)");
throw new InvalidConfigurationException("Invalid feature '$feature' specified in the YAML config file. (Feature::$name does not exist)");
}

return $case;
Expand Down

0 comments on commit 2a97871

Please sign in to comment.