1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Replaced deprecated db_Fetch()

This commit is contained in:
Cameron
2020-12-23 13:23:48 -08:00
parent 3cd4aa0018
commit c43da4d7aa
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,8 @@ plugins:
enabled: false
CleanCode/ElseExpression:
enabled: false
UnusedLocalVariable:
enabled: false
config:
file_extensions: "php"
rulesets: "cleancode,unusedcode,codesize"