make exception unopinionated #17
Annotations
7 errors and 1 warning
phpstan:
src/AfipSigning.php#L19
Negated boolean expression is always false.
|
phpstan:
src/TokenAuthorizationRequest.php#L27
Constructor of class litvinjuan\LaravelAfip\TokenAuthorizationRequest has an unused parameter $key.
|
phpstan:
src/WebServices/AuthenticationAfipClient.php#L16
Call to an undefined method litvinjuan\LaravelAfip\WebServices\AuthenticationAfipClient::request().
|
phpstan:
src/WebServices/AuthenticationAfipClient.php#L17
Access to an undefined property litvinjuan\LaravelAfip\WebServices\AuthenticationAfipClient::$cms.
|
phpstan:
src/WebServices/ElectronicBillingAfipClient.php#L181
Method litvinjuan\LaravelAfip\WebServices\ElectronicBillingAfipClient::throwFirstError() is unused.
|
phpstan:
src/WebServices/PadronAfipClient.php#L85
Method litvinjuan\LaravelAfip\WebServices\PadronAfipClient::getTransformer() never returns null so it can be removed from the return type.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|