Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sypets committed Dec 10, 2024
1 parent cf51523 commit ed79562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Events/FormControllerFormActionEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getFormController(): FormController
*/
public function assign(string $key, mixed $value)
{
$this->view->assign($key, $value)
$this->view->assign($key, $value);

Check failure on line 71 in Classes/Events/FormControllerFormActionEvent.php

View workflow job for this annotation

GitHub Actions / PHPstan

Method In2code\Powermail\Events\FormControllerFormActionEvent::assign() should return TYPO3Fluid\Fluid\View\ViewInterface but return statement is missing.
}

/**
Expand Down

0 comments on commit ed79562

Please sign in to comment.