We've improved type support in the generated templates to help keep static analysis tools happy, make:entity now supports enums, relaxed ASCII character validation for entity names, & much more.
For MakerBundle Dev's:
composer tools:upgrade - Upgrade all of the tools/ dependencies.
composer tools:run - Run php-cs-fixer, phpstan, & twigcs against the code base.
tools:run:php-cs-fixer - Run just php-cs-fixer. Works with phpstan & twigcs as well.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps symfony/maker-bundle from 1.59.1 to 1.60.0.
Release notes
Sourced from symfony/maker-bundle's releases.
Changelog
Sourced from symfony/maker-bundle's changelog.
Commits
c305a02
minor #1570 [release] v1.60.010459ae
bug #1569 Fix generated twig file locationd4fa901
feature #1568 [make:schedule] Add transport name for attribute9c85a83
minor #1565 [make:controller] add tests to confirm twig templates generated9060cd1
minor #1563 [tests] dont sign commits in tests4e41461
minor #1564 [ci] test against 7.1957aab4
bug #1496 [make:entity] confirm to allow non-ascii char's in entity names6408fca
feature #1534 [make:entity] add enum support0e089c7
bug #1559 [make:entity] fix indentation in broadcast_twig_template.tpl.phpe18bb68
minor #1560 [tests] null string literal to null for process timeoutDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show