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: Invalid character encountered in file '/code/src/Debug/Dump/charData.php' at line 3188 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: 364 files indexed
INFO: 306 source files to be analyzed
ERROR: Unable to parse file: /code/src/Debug/Collector/MySqli/ExecuteQueryTrait_php8.2.php
ERROR: Parse error at line 28 column 87:
18: * Define HP 8.2's mysqli::execute_query method
19: *
20: * @phpcs:disable Generic.Classes.DuplicateClassName.Found
21: * @phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
22: */
23: trait ExecuteQueryTrait
24: {
25: /**
26: * {@inheritDoc}
27: */
28: public function execute_query(string $query, ?array $params = null): mysqli_result|bool // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter
^
29: {
30: return $this->profileCall('execute_query', $query, \func_get_args());
31: }
32: }
33:
ERROR: Unable to parse file: /code/src/Debug/Collector/SimpleCache/CompatTrait_2.php
ERROR: Parse error at line 36 column 60:
26: * {@inheritDoc}
27: */
28: public function get(string $key, mixed $default = null)
29: {
30: return $this->profileCall('get', \func_get_args(), false, $key);
31: }
32:
33: /**
34: * {@inheritDoc}
35: */
36: public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null)
^
37: {
38: return $this->profileCall('set', \func_get_args(), true, $key);
39: }
40:
41: /**
42: * {@inheritDoc}
43: */
44: public function delete(string $key)
45: {
46: return $this->profileCall('delete', \func_get_args(), false, $key);
ERROR: Unable to parse file: /code/src/Debug/Collector/SimpleCache/CompatTrait_3.php
ERROR: Parse error at line 36 column 60:
26: * {@inheritDoc}
27: */
28: public function get(string $key, mixed $default = null): mixed
29: {
30: return $this->profileCall('get', \func_get_args(), false, $key);
31: }
32:
33: /**
34: * {@inheritDoc}
35: */
36: public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool
^
37: {
38: return $this->profileCall('set', \func_get_args(), true, $key);
39: }
40:
41: /**
42: * {@inheritDoc}
43: */
44: public function delete(string $key): bool
45: {
46: return $this->profileCall('delete', \func_get_args(), false, $key);
ERROR: Unable to parse file: /code/src/Debug/Psr3/CompatTrait_2.php
ERROR: Parse error at line 28 column 43:
18: * Logs with an arbitrary level.
19: *
20: * @param mixed $level debug, info, notice, warning, error, critical, alert, emergency
21: * @param string|\Stringable $message message
22: * @param mixed[] $context array
23: *
24: * @return void
25: *
26: * @throws \Psr\Log\InvalidArgumentException
27: */
28: public function log($level, string|\Stringable $message, array $context = array())
^
29: {
30: $this->doLog($level, $message, $context);
31: }
32: }
33: }
34:
ERROR: Unable to parse file: /code/src/Debug/Psr3/CompatTrait_3.php
ERROR: Parse error at line 28 column 43:
18: * Logs with an arbitrary level.
19: *
20: * @param mixed $level debug, info, notice, warning, error, critical, alert, emergency
21: * @param string|\Stringable $message message
22: * @param mixed[] $context array
23: *
24: * @return void
25: *
26: * @throws \Psr\Log\InvalidArgumentException
27: */
28: public function log($level, string|\Stringable $message, array $context = array()): void
^
29: {
30: $this->doLog($level, $message, $context);
31: }
32: }
33: }
34:
INFO: 306/306 source files have been analyzed
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/dev/UpdateCharData.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii1_1/UserInfo.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii1_1/LogRouteMeta.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii1_1/EventSubscribers.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii1_1/PdoCollector.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii2/EventSubscribers.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Yii2/CollectEvents.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Framework/Laravel/LogViews.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Dump/Html/Group.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/Debug/Utility/HtmlParse.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/CurlHttpMessage/Exception/RequestException.php]
File location was not provided, defaulting to line 1.
[rule=php:S105, severity=MINOR, file=/code/src/PubSub/InterfaceManager.php]
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 10.438s
INFO: Final Memory: 6M/264M
INFO: ------------------------------------------------------------------------
|