File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/GrumPHP/EventListener Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 77use Digipolisgent \QA \Drupal \GrumPHP \ConfigFileMerger ;
88use Digipolisgent \QA \Drupal \GrumPHP \TransactionalFilesystem ;
99use GrumPHP \Event \TaskEvent ;
10+ use GrumPHP \Task \PhpStan ;
11+ use GrumPHP \Task \Phpunit ;
1012use GrumPHP \Task \TaskInterface ;
1113
1214/**
You can’t perform that action at this time.
0 commit comments