Issue #3425194 by nilesh.addweb, sourabhjain, hitchshock: PHPCS and PHPStan errors
parent
c05cc580
No related branches found
No related tags found
Showing
- .cspell-project-words.txt 3 additions, 0 deletions.cspell-project-words.txt
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- README.md 5 additions, 3 deletionsREADME.md
- composer.json 1 addition, 4 deletionscomposer.json
- phpstan-baseline.neon 19 additions, 0 deletionsphpstan-baseline.neon
- src/PDFToImageBatchHelper.php 2 additions, 2 deletionssrc/PDFToImageBatchHelper.php
- src/PDFToImageManager.php 11 additions, 3 deletionssrc/PDFToImageManager.php
- src/Plugin/Field/FieldWidget/PDFToImageWidget.php 2 additions, 2 deletionssrc/Plugin/Field/FieldWidget/PDFToImageWidget.php
.cspell-project-words.txt
0 → 100644
... | ... | @@ -3,11 +3,8 @@ |
"type": "drupal-module", | ||
"description": "Imports PDF file and split pages into image field files", | ||
"homepage": "https://www.drupal.org/project/pdf_to_imagefield", | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"php": ">=7.4.0", | ||
"drupal/core": "^9.5 || ^10", | ||
"ext-soap": "*", | ||
"spatie/pdf-to-image": "^2.2" | ||
}, | ||
"minimum-stability": "dev" | ||
... | ... |
phpstan-baseline.neon
0 → 100644
Please register or sign in to comment