Skip to content

Commit e94db22

Browse files
committed
Fix missing use statements
1 parent 8c16491 commit e94db22

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All Notable changes to the **Quality Assurance - Drupal** package.
44

5+
## [1.4.5]
6+
7+
### Fixed
8+
9+
- Fix missing use statements.
10+
511
## [1.4.4]
612

713
### Added
@@ -179,6 +185,7 @@ Initial setup of the qa-drupal package:
179185
- Default config files and checks for a Drupal site.
180186
- Default config files and checks for a Drupal module.
181187

188+
[1.4.5]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.4...1.4.5
182189
[1.4.4]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.3...1.4.4
183190
[1.4.3]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.2...1.4.3
184191
[1.4.2]: https://github.com/digipolisgent/php_package_qa-drupal/compare/1.4.1...1.4.2

src/GrumPHP/EventListener/TaskEventListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
use Digipolisgent\QA\Drupal\GrumPHP\ConfigFileMerger;
88
use Digipolisgent\QA\Drupal\GrumPHP\TransactionalFilesystem;
99
use GrumPHP\Event\TaskEvent;
10+
use GrumPHP\Task\PhpStan;
11+
use GrumPHP\Task\Phpunit;
1012
use GrumPHP\Task\TaskInterface;
1113

1214
/**

0 commit comments

Comments
 (0)