Commit 2559b2e
authored
Fix PHP 8.3 deprecations
E_DEPRECATED: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"code":8192,"message":"stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated","file":"/var/www/vendor/vipnytt/useragentparser/src/UserAgentParser.php","line":113}
E_DEPRECATED: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"code":8192,"message":"stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated","file":"/var/www/vendor/vipnytt/useragentparser/src/UserAgentParser.php","line":113}1 parent da4b9dd commit 2559b2e
1 file changed
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | | - | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
0 commit comments