add missing rectors to mysql_to_myslqi

This commit is contained in:
Tomas Votruba 2018-12-31 18:47:12 +01:00
parent f0be517a16
commit fa1263b7c8

View File

@ -1,6 +1,9 @@
# https://stackoverflow.com/a/1390625/1348344
# https://github.com/philip/MySQLConverterTool/blob/master/Converter.php
services:
Rector\Php\Rector\Assign\MysqlAssignToMysqliRector: ~
Rector\Php\Rector\FuncCall\MysqlFuncCallToMysqliRector: ~
Rector\Rector\Function_\FunctionReplaceRector:
mysql_affected_rows: 'mysqli_affected_rows'
mysql_close: 'mysqli_close'