File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 // AsyncQueue
1818 'Hyperf\AsyncQueue\Message ' => 'Hyperf\AsyncQueue\JobMessage ' ,
1919
20+ // DbConnection
21+ 'Hyperf\DbConnection\Listener\CreatingListener ' => 'Hyperf\DbConnection\Listener\InitUidOnCreatingListener ' ,
22+
2023 // HttpMessage
2124 'Hyperf\HttpMessage\Server\ConnectionInterface ' => 'Hyperf\Engine\Contract\Http\Writable ' ,
2225 'Hyperf\HttpMessage\Server\Connection\SwooleConnection ' => 'Hyperf\Engine\Http\WritableConnection ' ,
154157 ]);
155158
156159 $ rectorConfig ->ruleWithConfiguration (RenameMethodRector::class, [
157- new MethodCallRename (
158- 'Hyperf\Dag\Dag ' ,
159- 'checkCircularDependences ' ,
160- 'checkCircularDependencies '
161- ),
162- // new MethodCallRename(
163- // 'Hyperf\DbConnection\Connection',
164- // 'isTransaction',
165- // 'transactionLevel'
166- // ),
167- new MethodCallRename (
168- 'Hyperf\Testing\Client ' ,
169- 'init ' ,
170- 'initRequest '
171- ),
160+ new MethodCallRename ('Hyperf\Dag\Dag ' , 'checkCircularDependences ' , 'checkCircularDependencies ' ),
161+ // new MethodCallRename('Hyperf\DbConnection\Connection', 'isTransaction', 'transactionLevel'),
162+ new MethodCallRename ('Hyperf\Testing\Client ' , 'init ' , 'initRequest ' ),
163+ new MethodCallRename ('Hyperf\Cache\CacheListenerCollector ' , 'getListner ' , 'getListener ' ),
172164 ]);
173165};
You can’t perform that action at this time.
0 commit comments