Commit 5580a9a
authored
Suppress deprecation notice for php 8.1+ (#242)
Since php 8.1 internal functions are using proper return types. This results in deprecation notices for some methods. To supress this for php8.1 the ReturnTypeWillChange attribute is introduced. For more info check out https://stitcher.io/blog/new-in-php-81#interal-method-return-types-rfc1 parent 8b1367a commit 5580a9a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
0 commit comments