[Feature] Async generation #164
static.yml
on: pull_request
PHP CS Fixer
12s
PHPStan
16s
Annotations
10 errors
PHPStan:
src/DependencyInjection/SensiolabsGotenbergExtension.php#L137
Method Sensiolabs\GotenbergBundle\DependencyInjection\SensiolabsGotenbergExtension::processDefaultOptions() has parameter $config with no value type specified in iterable type array.
|
PHPStan:
src/DependencyInjection/SensiolabsGotenbergExtension.php#L137
Method Sensiolabs\GotenbergBundle\DependencyInjection\SensiolabsGotenbergExtension::processDefaultOptions() has parameter $serviceConfig with no value type specified in iterable type array.
|
PHPStan:
src/DependencyInjection/SensiolabsGotenbergExtension.php#L149
Method Sensiolabs\GotenbergBundle\DependencyInjection\SensiolabsGotenbergExtension::processWebhookOptions() has parameter $config with no value type specified in iterable type array.
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L19
Class class@anonymous/tests/Builder/AsyncBuilderTraitTest.php:190 has an uninitialized readonly property $asset. Assign it in the constructor.
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L33
Call to an undefined method object::generateAsync().
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L55
Call to an undefined method object::webhookUrl().
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L57
Call to an undefined method object::generateAsync().
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L75
Call to an undefined method object::webhookUrl().
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L76
Call to an undefined method object::errorWebhookUrl().
|
PHPStan:
tests/Builder/AsyncBuilderTraitTest.php#L78
Call to an undefined method object::generateAsync().
|