Commit 3f1cddd
authored
Deprecation notice on passing null to str_replace
Passing null to a later on str_replace $subject generates a deprecation notice.
Str::studly does not accept null as an argument.1 parent aff3509 commit 3f1cddd
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
0 commit comments