Completed
Push — 8.x-1.x ( 0ea223...5159f7 )
by Philipp
04:17 queued 03:04
created
src/GraphQLTemplateTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Drupal\graphql_twig;
4 4
 
5 5
 use Drupal\Core\Entity\EntityInterface;
6
-use Drupal\Core\Template\TwigEnvironment;
7 6
 use Drupal\graphql\GraphQL\Execution\QueryProcessor;
8 7
 use GraphQL\Server\OperationParams;
9 8
 
Please login to merge, or discard this patch.
src/Form/GraphQLTwigSettingsForm.php 1 patch
Doc Comments   -6 removed lines patch added patch discarded remove patch
@@ -23,12 +23,6 @@
 block discarded – undo
23 23
    *
24 24
    * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
25 25
    *   The factory for configuration objects.
26
-   * @param \Drupal\Core\Path\AliasManagerInterface $alias_manager
27
-   *   The path alias manager.
28
-   * @param \Drupal\Core\Path\PathValidatorInterface $path_validator
29
-   *   The path validator.
30
-   * @param \Drupal\Core\Routing\RequestContext $request_context
31
-   *   The request context.
32 26
    */
33 27
   public function __construct(ConfigFactoryInterface $config_factory) {
34 28
     parent::__construct($config_factory);
Please login to merge, or discard this patch.