feat: Integrate PSR LoggerInterface and add logging #714
static-analysis.yml
on: pull_request
Lint & Analyse
24s
Annotations
3 errors and 7 warnings
UndefinedPropertyFetch:
tests/Integration/EdgeCasesTest.php#L30
tests/Integration/EdgeCasesTest.php:30:9: UndefinedPropertyFetch: Static property Laudis\Neo4j\Tests\Integration\EdgeCasesTest::$session is not defined (see https://psalm.dev/039)
|
UndefinedPropertyAssignment:
tests/Integration/EdgeCasesTest.php#L35
tests/Integration/EdgeCasesTest.php:35:20: UndefinedPropertyAssignment: Static property Laudis\Neo4j\Tests\Integration\EdgeCasesTest::$session is not defined (see https://psalm.dev/038)
|
Lint & Analyse
Process completed with exit code 2.
|
Lint & Analyse
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint & Analyse
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
MixedMethodCall:
tests/Integration/EdgeCasesTest.php#L30
tests/Integration/EdgeCasesTest.php:30:25: MixedMethodCall: Cannot determine the type of Laudis\Neo4j\Tests\Integration\EdgeCasesTest::$session when calling method run (see https://psalm.dev/015)
|
MixedAssignment:
tests/Integration/EdgeCasesTest.php#L35
tests/Integration/EdgeCasesTest.php:35:9: MixedAssignment: Unable to determine the type that $results is being assigned to (see https://psalm.dev/032)
|
MixedMethodCall:
tests/Integration/EdgeCasesTest.php#L35
tests/Integration/EdgeCasesTest.php:35:36: MixedMethodCall: Cannot determine the type of Laudis\Neo4j\Tests\Integration\EdgeCasesTest::$session when calling method run (see https://psalm.dev/015)
|
MixedAssignment:
tests/Integration/EdgeCasesTest.php#L37
tests/Integration/EdgeCasesTest.php:37:30: MixedAssignment: Unable to determine the type that $result is being assigned to (see https://psalm.dev/032)
|
MixedMethodCall:
tests/Integration/EdgeCasesTest.php#L38
tests/Integration/EdgeCasesTest.php:38:35: MixedMethodCall: Cannot determine the type of $result when calling method get (see https://psalm.dev/015)
|