Skip to content

Commit

Permalink
TASK: Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Feb 14, 2024
1 parent f22fb78 commit fa474c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Classes/Fusion/Helper/RenderingModeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ final class RenderingModeHelper implements ProtectedContextAwareInterface
/**
* Returns the sorted configuration of all rendering modes {@see RenderingMode}
*
* todo: evaluate if this should be part of {@see RenderingModeService}
* @return array
* TODO evaluate if this should be part of {@see RenderingModeService}
*
* @return array<string,array<mixed>>
*/
public function findAllSorted(): array
{
Expand Down

0 comments on commit fa474c0

Please sign in to comment.