devel_wizard-2.x-dev/tests/fixtures/templates/php/devel_wizard.php.file.header.php.yml
tests/fixtures/templates/php/devel_wizard.php.file.header.php.yml
basic:
expected: |
<?php
declare(strict_types=1);
context: {}
full:
expected: |
<?php
declare(strict_types=1);
namespace Foo\Bar;
context:
namespace: 'Foo\Bar'
