Skip to content
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

[TASK]: Bump ssch/typo3-rector from 1.3.4 to 1.3.5 #213

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Classes/Renderer/Template/TemplatePaths.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
*/
protected function getTemplatePathsFromContainer(string $type): array
{
if ($this->container === null) {
return [];

Check warning on line 92 in Classes/Renderer/Template/TemplatePaths.php

View check run for this annotation

Codecov / codecov/patch

Classes/Renderer/Template/TemplatePaths.php#L92

Added line #L92 was not covered by tests
}

$parameterName = 'handlebars.' . $type;
$templatePathsParameter = $this->container->getParameter($parameterName);

Expand Down
96 changes: 48 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'category' => 'fe',
'version' => '0.7.22',
'state' => 'beta',
'clearCacheOnLoad' => true,
'author' => 'Elias Häußler',
'author_email' => 'e.haeussler@familie-redlich.de',
'author_company' => 'coding. powerful. systems. CPS GmbH',
Expand Down
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
__DIR__ . '/.Build/*',
__DIR__ . '/.github/*',
__DIR__ . '/config/*',
__DIR__ . '/Resources/Private/Libs/Build/vendor/*',
__DIR__ . '/var/*',
NameImportingPostRector::class => [
__DIR__ . '/ext_*.php',
Expand Down