Resolve the "Property is never assigned null so it can be removed from the property type" error detected by PHPStan #198
Annotations
5 errors
|
Run PHPStan (4)
Process completed with exit code 1.
|
|
Run PHPStan (4):
src/Supporting/CommunicationProvider.php#L732
Call to function property_exists() with $this(INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider) and 'responseBody' will always evaluate to true.
|
|
Run PHPStan (4):
src/Supporting/CommunicationProvider.php#L556
Method INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider::getOAuthIdentifier() never returns string so it can be removed from the return type.
|
|
Run PHPStan (4):
src/Supporting/CommunicationProvider.php#L556
Method INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider::getOAuthIdentifier() is unused.
|
|
Run PHPStan (4):
src/Supporting/CommunicationProvider.php#L536
Method INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider::getSupportingProviders() is unused.
|