Skip to content

Commit

Permalink
[TASK] Use a specific rendering context definition to make phpstan happy
Browse files Browse the repository at this point in the history
Related: #1061
Related: #990
  • Loading branch information
mschwemer committed Oct 9, 2024
1 parent 5468b32 commit 2de60f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Classes/ViewHelpers/Misc/VariablesViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use In2code\Powermail\Utility\TemplateUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\Exception\InvalidConfigurationTypeException;
use TYPO3\CMS\Fluid\Core\Rendering\RenderingContext;
use TYPO3\CMS\Fluid\View\StandaloneView;
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;

Expand All @@ -35,6 +36,11 @@ class VariablesViewHelper extends AbstractViewHelper
*/
protected array $settings = [];

/**
* @var RenderingContext
*/
protected $renderingContext;

/**
* @return void
*/
Expand Down

0 comments on commit 2de60f1

Please sign in to comment.