-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8470: Upgraded codebase to Symfony 6 #31
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However, switching to constructor property promotion within similar small PRs is pretty easy, so I would do this. Unless, there is plan to "Rectorize" all the codebase or perform any automatic voodoo to make it happen.
use Twig\Environment; | ||
use Twig\Profiler\Profile; | ||
|
||
class TwigDataCollector extends BaseCollector implements LateDataCollectorInterface | ||
class TwigDataCollector extends BaseCollector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class TwigDataCollector extends BaseCollector | |
final class TwigDataCollector extends BaseCollector |
/** | ||
* @var \Ibexa\DesignEngine\Templating\TemplatePathRegistryInterface | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** | |
* @var \Ibexa\DesignEngine\Templating\TemplatePathRegistryInterface | |
*/ |
Quality Gate passedIssues Measures |
Caution
This is a part of bigger set of changes, to be merged together when ready
Related PRs:
Description:
This PR bumps Symfony to v6 with codebase upgrades.
Key changes:
tests/bundle
directoryQA:
Sanities in the form of regression tests.
Documentation:
No documentation required.