File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 "psr/http-message" : " ^1.0 || ^2.0"
3838 },
3939 "require-dev" : {
40- "doctrine /coding-standard" : " ^14.0 " ,
40+ "cdn77 /coding-standard" : " ^7.5 " ,
4141 "infection/infection" : " ^0.31.0" ,
4242 "nyholm/psr7" : " ^1.2" ,
4343 "phpstan/extension-installer" : " ^1.1" ,
Original file line number Diff line number Diff line change 1414 <file >src</file >
1515 <file >tests</file >
1616
17- <rule ref =" Doctrine " />
17+ <rule ref =" Cdn77 " />
1818</ruleset >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ final class GraphQLRequestFactoryTest extends TestCase
1515 #[DataProvider('provideCreateRequestIsValid ' )]
1616 public function testCreateRequestIsValid (string $ expectedQuery , array $ arguments ): void
1717 {
18- $ psr17Factory = new Psr17Factory ();
18+ $ psr17Factory = new Psr17Factory ();
1919 $ graphQLRequestFactory = new GraphQLRequestFactory ($ psr17Factory , $ psr17Factory );
2020
2121 $ request = $ graphQLRequestFactory ->createRequest ('' , ...$ arguments );
You can’t perform that action at this time.
0 commit comments