INFO: Java 1.8.0_322 Amazon.com Inc. (64-bit)
INFO: Linux 4.4.0-1128-aws amd64
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-core-2.17.0.899.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/src/app/build/libs/sonarlint-cli-2.1.0.566.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
INFO: Index files
INFO: 66 files indexed
INFO: 57 source files to be analyzed
ERROR: Unable to parse file: /code/src/Filter/Enum.php
ERROR: Parse error at line 19 column 55:
9:
10: class Enum
11: {
12: public static function filter($value, $options): ?UnitEnum
13: {
14: return $value === null ? null : $options['fqcn']::from($value);
15: }
16:
17: public static function serialize(?UnitEnum $value): mixed
18: {
19: return $value instanceof BackedEnum ? $value?->value : $value?->value();
^
20: }
21: }
22:
INFO: 57/57 source files have been analyzed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.699s
INFO: Final Memory: 12M/95M
INFO: ------------------------------------------------------------------------