mb_strtolower passing null to parameter ($string) of type string
Deprecated function: mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\request_parameter_condition\Plugin\Condition\RequestParameter->evaluate() (line 154
I suggest inserting to use null coalescing operator to avoid these kind of deprecations
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | request_parameter_condition-passing_null_deprecated-3378382-1.patch | 1.16 KB | p-neyens |
Issue fork request_parameter_condition-3378382
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
p-neyens commentedComment #3
keshavv commentedI have reviewed the patch. As it is a small change and will work well. We can go with the change.
Comment #6
liam morlandI created a merge request with the patch in #2.
Comment #8
liam morland