updated used versions and unified written php version style #796
static-analysis.yml
on: pull_request
Lint & Analyse
26s
Annotations
10 errors
MissingOverrideAttribute:
src/Authentication/BasicAuth.php#L49
src/Authentication/BasicAuth.php:49:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\BasicAuth::authenticatebolt should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/BasicAuth.php#L79
src/Authentication/BasicAuth.php:79:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\BasicAuth::tostring should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/KerberosAuth.php#L64
src/Authentication/KerberosAuth.php:64:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\KerberosAuth::authenticatebolt should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/KerberosAuth.php#L94
src/Authentication/KerberosAuth.php:94:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\KerberosAuth::tostring should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/NoAuth.php#L62
src/Authentication/NoAuth.php:62:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\NoAuth::authenticatebolt should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/NoAuth.php#L88
src/Authentication/NoAuth.php:88:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\NoAuth::tostring should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/OpenIDConnectAuth.php#L61
src/Authentication/OpenIDConnectAuth.php:61:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\OpenIDConnectAuth::authenticatebolt should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Authentication/OpenIDConnectAuth.php#L89
src/Authentication/OpenIDConnectAuth.php:89:5: MissingOverrideAttribute: Method Laudis\Neo4j\Authentication\OpenIDConnectAuth::tostring should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Basic/Client.php#L29
src/Basic/Client.php:29:5: MissingOverrideAttribute: Method Laudis\Neo4j\Basic\Client::run should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/Basic/Client.php#L34
src/Basic/Client.php:34:5: MissingOverrideAttribute: Method Laudis\Neo4j\Basic\Client::runstatement should have the "Override" attribute (see https://psalm.dev/358)
|