Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed May 31, 2022
1 parent 3a65873 commit 5d0cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(
$this->namespacePrefix = trim($namespacePrefix, '\\');

if (null !== $phpCompatUtil) {
trigger_deprecation('symfony/maker-bundle', '1.25', 'Initializing Generator while providing an instance of PhpCompatUtil is deprecated.');
trigger_deprecation('symfony/maker-bundle', 'v1.44.0', 'Initializing Generator while providing an instance of PhpCompatUtil is deprecated.');
}

$this->templateComponentGenerator = $templateComponentGenerator;
Expand Down

0 comments on commit 5d0cfc8

Please sign in to comment.