5 changed files with 107 additions and 4 deletions
@ -0,0 +1,2 @@
|
||||
/phpstan.neon.dist export-ignore |
||||
/phpstan-baseline.neon export-ignore |
@ -0,0 +1,72 @@
|
||||
parameters: |
||||
ignoreErrors: |
||||
- |
||||
message: "#^Call to method addOptimizer\\(\\) on an unknown class Spatie\\\\ImageOptimizer\\\\OptimizerChain\\.$#" |
||||
count: 4 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Call to method optimize\\(\\) on an unknown class Spatie\\\\ImageOptimizer\\\\OptimizerChain\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Constant _DIR_IMG not found\\.$#" |
||||
count: 2 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Constant _DIR_PLUGIN_OPTIMAGES not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Function get_spip_doc not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Function include_spip not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Function lire_config not found\\.$#" |
||||
count: 9 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Function sql_fetsel not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Function sql_updateq not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Instantiated class Spatie\\\\ImageOptimizer\\\\OptimizerChain not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Instantiated class Spatie\\\\ImageOptimizer\\\\Optimizers\\\\Gifsicle not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Instantiated class Spatie\\\\ImageOptimizer\\\\Optimizers\\\\Jpegoptim not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Instantiated class Spatie\\\\ImageOptimizer\\\\Optimizers\\\\Optipng not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
||||
- |
||||
message: "#^Instantiated class Spatie\\\\ImageOptimizer\\\\Optimizers\\\\Pngquant not found\\.$#" |
||||
count: 1 |
||||
path: optimages_pipelines.php |
||||
|
Loading…
Reference in new issue