rector/config/set/mysql-to-mysqli.php
Tomas Votruba 0c4f4be946 Updated Rector to commit 33019ba2ff8abfa658b998db5a7ca88f2fa87da3
33019ba2ff [MysqlToMysqli] Deprecate set, as dangerous to use, better handle manually (#4448)
2023-07-09 09:46:05 +00:00

10 lines
230 B
PHP

<?php
declare (strict_types=1);
namespace RectorPrefix202307;
use Rector\Config\RectorConfig;
return static function (RectorConfig $rectorConfig) : void {
// @deprecated Handle manually with explicit refactoring instead.
};