move rector rules to a shareable namespace

This commit is contained in:
2023-06-05 17:29:37 +02:00
parent fb1b28407a
commit 1e8fec5cbd
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ declare(strict_types=1);
* the LICENSE file that was distributed with this source code.
*/
namespace Utils\Rector\Rector;
namespace Chill\Utils\Rector\Rector;
use Chill\MainBundle\Export\AggregatorInterface;
use Chill\MainBundle\Export\DirectExportInterface;