prestashop-maker icon indicating copy to clipboard operation
prestashop-maker copied to clipboard

Cannot find the key "$destinationModule"

Open tom-combet opened this issue 2 years ago • 1 comments

Describe the bug Described in https://github.com/symfony/maker-bundle/issues/1089.

To Reproduce Steps to reproduce the behavior:

  1. Launch any maker which usually create services.
  2. See that no services are created.

Expected behavior It should parse the bind key correctly.

Screenshots N/A.

Additional context Need to be fixed on Symfony side.

tom-combet avatar Apr 04 '22 10:04 tom-combet

Should be fixed when upgrading to PHP 8 and new maker-bundle version.

It can be fixed atm by adding this code before line 687 in vendor/symfony/maker-bundle/src/Util/YamlSourceManipulator:

$key = ltrim($key, "$");

tom-combet avatar Jun 22 '22 09:06 tom-combet