- Issue created by @fgm
- Status changed to Needs review
over 1 year ago 5:20pm 27 May 2023 - last update
over 1 year ago PHPLint Failed - last update
over 1 year ago 1 pass, 1 fail The last submitted patch, 4: 3363006-entity-query-4.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- Status changed to Needs work
over 1 year ago 7:01pm 27 May 2023 - 🇫🇷France fgm Paris, France
Again
Tests pass locally, but with this deprecation warning:
1x: Using the "org\bovigo\vfs\vfsStream" class is deprecated since version 1.7 and will be removed in version 2, use "bovigo\vfs\vfsStream" instead.
- last update
over 1 year ago 2 pass - last update
over 1 year ago Build Successful - Status changed to Needs review
over 1 year ago 7:06pm 27 May 2023 - last update
over 1 year ago 2 pass - last update
over 1 year ago Build Successful - Status changed to Fixed
over 1 year ago 7:24pm 27 May 2023 - 🇫🇷France fgm Paris, France
Actually it was still present outside services in the settings form. Fix merged to current dev HEAD.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 6:14am 7 July 2023 - 🇫🇷France fgm Paris, France
For reference, fixing the org\bovigo\vfs\vfsStream deprecated warning requires adding
"mikey179/vfsstream": "1.6.11"
(not a more recent version) to thecomposer.json
file.