Completed
Pull Request — 8.x-1.x (#19)
by
unknown
01:30
created
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.