You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Drupal core moving towards strict types, more info we should fix the remaining errors suppressed in the phpstan baseline.
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_workflows/modules/localgov_workflows_notifications/src/Form/LocalgovServiceContactForm.php
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
74 Method Drupal\localgov_workflows_notifications\Form\LocalgovServiceContactForm::validateForm() should return Drupal\Core\Entity\ContentEntityInterface but return statement is missing.
81 Method Drupal\localgov_workflows_notifications\Form\LocalgovServiceContactForm::validateForm() should return Drupal\Core\Entity\ContentEntityInterface but return statement is missing.
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------ ----------------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_workflows/modules/localgov_workflows_notifications/src/WorkflowNotification.php
------ ----------------------------------------------------------------------------------------------------------
62 Variable $queue_item might not be defined.
------ ----------------------------------------------------------------------------------------------------------
With Drupal core moving towards strict types, more info we should fix the remaining errors suppressed in the phpstan baseline.