Completed
Pull Request — 8.x-3.x (#477)
by Sebastian
02:50
created
modules/graphql_core/src/Plugin/Deriver/Fields/EntityFieldDeriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
   }
49 49
 
50 50
   /**
51
-   * @param $entityTypeId
51
+   * @param string $entityTypeId
52 52
    * @param \Drupal\Core\Field\FieldStorageDefinitionInterface $fieldDefinition
53 53
    * @return array
54 54
    */
Please login to merge, or discard this patch.
graphql_core/src/Plugin/Deriver/Fields/ConfigEntityPropertyDeriver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,8 @@
 block discarded – undo
9 9
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
10 10
 use Drupal\Core\TypedData\ComplexDataDefinitionInterface;
11 11
 use Drupal\Core\TypedData\ListDataDefinitionInterface;
12
-use Drupal\Core\TypedData\Plugin\DataType\StringData;
13 12
 use Drupal\Core\TypedData\PrimitiveInterface;
14 13
 use Drupal\graphql\Utility\StringHelper;
15
-use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType;
16 14
 use Symfony\Component\DependencyInjection\ContainerInterface;
17 15
 
18 16
 class ConfigEntityPropertyDeriver extends DeriverBase implements ContainerDeriverInterface {
Please login to merge, or discard this patch.