Completed
Push — 8.x-1.x ( 3c8412...894b5c )
by Frédéric G.
01:50
created
qa.drush.inc 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Drupal\qa\Controller\WorkflowsReportController;
4 4
 use Drupal\qa\Workflows\ContentModerationGraph;
5 5
 use Drupal\qa\Workflows\ContentModerationGrid;
6
-use Drupal\qa\Workflows\WorkflowList;
7 6
 use Symfony\Component\Yaml\Yaml;
8 7
 
9 8
 function qa_drush_command() {
Please login to merge, or discard this patch.
src/Workflows/ContentModerationGraph.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Monolog\Handler\StreamHandler;
14 14
 use Monolog\Logger;
15 15
 use Pimple\Container;
16
-use Pimple\Tests\Fixtures\PimpleServiceProvider;
17 16
 use Symfony\Component\DependencyInjection\ContainerInterface;
18 17
 
19 18
 class ContentModerationGraph extends ContentModerationReportBase implements ContainerInjectionInterface {
Please login to merge, or discard this patch.