Skip to content

Commit 55b57df

Browse files
committed
chore: add system/HTTP/Request.php to skip
1 parent 38a2e4d commit 55b57df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
__DIR__ . '/system/Debug/Exceptions.php',
9393
// @TODO remove if deprecated $httpVerb is removed
9494
__DIR__ . '/system/Router/AutoRouterImproved.php',
95+
// @TODO remove if deprecated $config is removed
96+
__DIR__ . '/system/HTTP/Request.php',
9597
],
9698

9799
// check on constant compare

0 commit comments

Comments
 (0)