Skip to content

Commit

Permalink
Merge pull request #213 from CPS-IT/dependabot/composer/develop/ssch/…
Browse files Browse the repository at this point in the history
…typo3-rector-1.3.5
  • Loading branch information
eliashaeussler authored Aug 1, 2023
2 parents f014648 + d152975 commit ee8720d
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 49 deletions.
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 resolveTemplatePaths(): void
*/
protected function getTemplatePathsFromContainer(string $type): array
{
if ($this->container === null) {
return [];
}

$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

0 comments on commit ee8720d

Please sign in to comment.