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

[BUGFIX] Fixed deprecation notice in AbstractSecurityViewHelper #1936

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

evorg
Copy link

@evorg evorg commented Mar 4, 2025

Fixed deprecation notice in AbstractSecurityViewHelper for implicitly marking parameter $frontendUsers as nullable:

  [ TYPO3\CMS\Core\Error\Exception ]                                           
  PHP Runtime Deprecation Notice: FluidTYPO3\Vhs\ViewHelpers\Security\Abstrac  
  tSecurityViewHelper::assertFrontendUsersLoggedIn(): Implicitly marking para  
  meter $frontendUsers as nullable is deprecated, the explicit nullable type   
  must be used instead in /var/www/app/vendor/fluidtypo3/vhs/Classes/ViewHelp  
  ers/Security/AbstractSecurityViewHelper.php line 233

$frontendUsers is now explicitly nullable.

@evorg evorg force-pushed the bugfix/implicit-nullable branch from df0f9e6 to c2f7c35 Compare March 4, 2025 19:29
…mplicitly marking parameter $frontendUsers as nullable
@evorg evorg force-pushed the bugfix/implicit-nullable branch from c2f7c35 to 5597ef0 Compare March 4, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant