chore: Opt out of Bolt analytics #787
static-analysis.yml
on: pull_request
Lint & Analyse
27s
Annotations
10 errors and 1 warning
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)
|
Lint & Analyse
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|