Commit a15f44e
committed
Fix php84
> As of PHP 8.4.0, depending on the default value of escape is deprecated. It needs to be provided explicitly either positionally or by the use of named arguments.
https://www.php.net/manual/en/function.str-getcsv.php
A very minimal patch/quick fix.. tell me if you want anythingstr_getcsv deprecation in DataStructure.php1 parent a8fbd9f commit a15f44e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments