Completed
Push — 8.x-1.x ( 75faa3...037ca2 )
by Philipp
01:27
created
src/GraphQLNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
    *   The query string.
60 60
    * @param string $parent
61 61
    *   The parent template identifier.
62
-   * @param array $includes
62
+   * @param string[] $includes
63 63
    *   Identifiers for any included/referenced templates.
64 64
    */
65 65
   public function __construct($query, $parent, $includes) {
Please login to merge, or discard this patch.
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.