Skip to content

#3344629 issue Passing null to parameter #1 ($haystack) of type string is deprecated Primary tabs View

Kaushik Vishwakarma requested to merge issue/drupal-3344629:10.0.x into 10.0.x

This changes remove PHP 8.1 deprecate warning when stripos getting null values by checking null values before passing it into strpos

Merge request reports