Laravel 10 #113
Annotations
10 errors and 2 warnings
phpstan:
src/Newsletter/SendingDomain.php#L17
Property Lundalogik\NewsletterDriver\Newsletter\SendingDomain::$httpClient has unknown class GuzzleHttp\Client as its type.
|
phpstan:
src/Newsletter/SendingDomain.php#L24
Parameter $httpClient of method Lundalogik\NewsletterDriver\Newsletter\SendingDomain::__construct() has invalid type GuzzleHttp\Client.
|
phpstan:
src/Newsletter/SendingDomain.php#L24
Parameter $httpClient of method Lundalogik\NewsletterDriver\Newsletter\SendingDomain::__construct() has invalid type GuzzleHttp\Client.
|
phpstan:
src/Newsletter/SendingDomain.php#L34
Call to method get() on an unknown class GuzzleHttp\Client.
|
phpstan:
src/Newsletter/TransactionMail.php#L21
Property Lundalogik\NewsletterDriver\Newsletter\TransactionMail::$httpClient has unknown class GuzzleHttp\Client as its type.
|
phpstan:
src/Newsletter/TransactionMail.php#L28
Parameter $httpClient of method Lundalogik\NewsletterDriver\Newsletter\TransactionMail::__construct() has invalid type GuzzleHttp\Client.
|
phpstan:
src/Newsletter/TransactionMail.php#L28
Parameter $httpClient of method Lundalogik\NewsletterDriver\Newsletter\TransactionMail::__construct() has invalid type GuzzleHttp\Client.
|
phpstan:
src/Newsletter/TransactionMail.php#L41
PHPDoc tag @throws with type GuzzleHttp\Exception\GuzzleException is not subtype of Throwable
|
phpstan:
src/Newsletter/TransactionMail.php#L43
Call to method post() on an unknown class GuzzleHttp\Client.
|
phpstan:
src/NewsletterApi.php#L15
Parameter $http of method Lundalogik\NewsletterDriver\NewsletterApi::__construct() has invalid type GuzzleHttp\Client.
|
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|