- What to do? sprintf() throws a Warning in these cases.
repos/filesystem/src/Clients/FtpClient.php 1
Type
Line
Description
TODO
1232
Deal with recurse -- nightmare
repos/filesystem/src/Helper.php 1
Type
Line
Description
TODO
235
add user space filter loading like user space stream loading
repos/language/src/Language.php 1
Type
Line
Description
TODO
378
- This shouldn't be absorbed
repos/database/src/Mysqli/MysqliDriver.php 1
Type
Line
Description
TODO
161
This should maybe be moved to the parent class.
repos/database/src/Mysqli/MysqliImporter.php 3
Type
Line
Description
TODO
257
Incorporate into parent class and use $this.
TODO
272
Don't quote numeric values.
TODO
283
Don't quote numeric values.
repos/database/src/Mysql/MysqlImporter.php 3
Type
Line
Description
TODO
221
Incorporate into parent class and use $this.
TODO
236
Don't quote numeric values.
TODO
247
Don't quote numeric values.
repos/database/src/Query/MysqlQueryBuilder.php 1
Type
Line
Description
TODO
220
Remove this method when the database version requirements have been raised
to >= 8.0.0 for MySQL and >= 10.2.0 for MariaDB so the ROW_NUMBER() window
function can be used in any case.
repos/database/src/Pgsql/PgsqlImporter.php 1
Type
Line
Description
TODO
320
Incorporate into parent class and use $this.
repos/registry/src/Registry.php 1
Type
Line
Description
TODO
551
Create a new private method from part of code below, as it is almost equal to 'set' method
repos/database/src/Sqlite/SqliteDriver.php 3
Type
Line
Description
TODO
189
Not fake this
TODO
202
Not fake this
TODO
260
Come up with and implement a standard across databases.