File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323 },
2424 "require-dev" : {
2525 "doctrine/coding-standard" : " ^12.0" ,
26- "rector/rector" : " ^0.18 " ,
26+ "rector/rector" : " ^2.0 " ,
2727 "symfony/browser-kit" : " ^6.3 || ^7.0" ,
2828 "symfony/filesystem" : " ^6.3 || ^7.0" ,
2929 "symfony/framework-bundle" : " ^6.3.5 || ^7.0" ,
Original file line number Diff line number Diff line change 1919 */
2020
2121use Rector \Config \RectorConfig ;
22- use Rector \Core \ValueObject \PhpVersion ;
2322use Rector \Set \ValueObject \LevelSetList ;
2423use Rector \Set \ValueObject \SetList ;
24+ use Rector \ValueObject \PhpVersion ;
2525
2626return static function (RectorConfig $ rectorConfig ): void {
2727 $ rectorConfig ->parallel ();
Original file line number Diff line number Diff line change 2020
2121namespace MongoDB \Bundle ;
2222
23+ use MongoDB \Bundle \DependencyInjection \Compiler \DataCollectorPass ;
2324use MongoDB \Bundle \DependencyInjection \MongoDBExtension ;
2425use Symfony \Component \DependencyInjection \ContainerBuilder ;
2526use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
@@ -34,6 +35,6 @@ public function getContainerExtension(): ?ExtensionInterface
3435
3536 public function build (ContainerBuilder $ container ): void
3637 {
37- $ container ->addCompilerPass (new DependencyInjection \ Compiler \ DataCollectorPass ());
38+ $ container ->addCompilerPass (new DataCollectorPass ());
3839 }
3940}
You can’t perform that action at this time.
0 commit comments