Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge details:

commit 8c27aa5
Author: Jelle Sebreghts <[email protected]>
Date:   Mon Nov 28 13:51:07 2022

    Add use statements where needed

    While copy pasting some code to the new Drupal 8 handler parent class,
    some use statements were forgotten.
  • Loading branch information
Jelle-S committed Nov 28, 2022
2 parents 32b99b4 + 8c27aa5 commit e66d702
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/EventHandler/Drupal8Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

namespace DigipolisGent\Robo\Drupal8\EventHandler;

use Consolidation\AnnotatedCommand\CommandError;
use DigipolisGent\CommandBuilder\CommandBuilder;
use DigipolisGent\Robo\Helpers\EventHandler\AbstractTaskEventHandler;
use Robo\Collection\CollectionBuilder;
use Robo\Contract\ConfigAwareInterface;
use SecurityLibTest\Mocks\Factory;
use SecurityLibTest\Mocks\Strength;

abstract class Drupal8Handler extends AbstractTaskEventHandler implements ConfigAwareInterface
{
Expand Down

0 comments on commit e66d702

Please sign in to comment.