Completed
Pull Request — 8.x-3.x (#821)
by Sebastian
02:18
created
src/Plugin/GraphQL/DataProducer/XML/XMLContent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLParse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLXpath.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.