-
- Downloads
refactor(phpstan): Update PHPStan and other dev dependencies, cleanup todos (#3516305)
parent
e0b97ba8
Branches
Tags
Showing
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- composer.json 6 additions, 6 deletionscomposer.json
- examples/graphql_composable/graphql_composable.info.yml 1 addition, 1 deletionexamples/graphql_composable/graphql_composable.info.yml
- examples/graphql_composable/src/Plugin/GraphQL/Schema/ComposableSchemaExample.php 2 additions, 0 deletions...ble/src/Plugin/GraphQL/Schema/ComposableSchemaExample.php
- examples/graphql_composable/src/Plugin/GraphQL/SchemaExtension/ComposableSchemaExampleExtension.php 2 additions, 0 deletions...phQL/SchemaExtension/ComposableSchemaExampleExtension.php
- examples/graphql_example/graphql_examples.info.yml 1 addition, 1 deletionexamples/graphql_example/graphql_examples.info.yml
- examples/graphql_example/src/Plugin/GraphQL/DataProducer/QueryArticles.php 3 additions, 3 deletions...example/src/Plugin/GraphQL/DataProducer/QueryArticles.php
- examples/graphql_example/src/Plugin/GraphQL/Schema/ExampleSchema.php 2 additions, 0 deletions...aphql_example/src/Plugin/GraphQL/Schema/ExampleSchema.php
- examples/graphql_example/src/Plugin/GraphQL/SchemaExtension/ExampleSchemaExtension.php 2 additions, 0 deletions...Plugin/GraphQL/SchemaExtension/ExampleSchemaExtension.php
- graphql.info.yml 1 addition, 1 deletiongraphql.info.yml
- phpcs.xml.dist 1 addition, 29 deletionsphpcs.xml.dist
- src/Entity/Server.php 7 additions, 29 deletionssrc/Entity/Server.php
- src/Entity/ServerInterface.php 1 addition, 8 deletionssrc/Entity/ServerInterface.php
- src/GraphQL/Execution/Executor.php 1 addition, 2 deletionssrc/GraphQL/Execution/Executor.php
- src/GraphQL/Resolver/Path.php 0 additions, 71 deletionssrc/GraphQL/Resolver/Path.php
- src/GraphQL/ResolverRegistry.php 3 additions, 25 deletionssrc/GraphQL/ResolverRegistry.php
- src/GraphQL/ResolverRegistryInterface.php 29 additions, 0 deletionssrc/GraphQL/ResolverRegistryInterface.php
- src/GraphQL/Utility/FileUpload.php 4 additions, 8 deletionssrc/GraphQL/Utility/FileUpload.php
- src/GraphQL/Validator.php 0 additions, 22 deletionssrc/GraphQL/Validator.php
- src/Plugin/GraphQL/DataProducer/Entity/EntityQueryBase.php 2 additions, 0 deletionssrc/Plugin/GraphQL/DataProducer/Entity/EntityQueryBase.php
... | ... | @@ -10,14 +10,14 @@ |
"webonyx/graphql-php": "^15.19.1" | ||
}, | ||
"require-dev": { | ||
"drupal/coder": "8.3.26", | ||
"drupal/coder": "8.3.28", | ||
"slevomat/coding-standard": "^8.16", | ||
"drupal/redirect": "^1.0", | ||
"phpstan/phpstan": "^1.11.2", | ||
"mglaman/phpstan-drupal": "^1.1.2", | ||
"phpstan/phpstan-deprecation-rules": "^1.0.0", | ||
"jangregor/phpstan-prophecy": "^1.0.0", | ||
"phpstan/phpstan-phpunit": "^1.0.0", | ||
"phpstan/phpstan": "^2.1.11 || ^1", | ||
"mglaman/phpstan-drupal": "^2.0.2 || ^1", | ||
"phpstan/phpstan-deprecation-rules": "^2 || ^1", | ||
"jangregor/phpstan-prophecy": "^2 || ^1", | ||
"phpstan/phpstan-phpunit": "^2 || ^1", | ||
"phpstan/extension-installer": "^1.0" | ||
}, | ||
"minimum-stability": "dev" | ||
... | ... |
src/GraphQL/Resolver/Path.php
deleted
100644 → 0
Please register or sign in to comment