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/docs/images/favicon.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/docs/logo.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: Invalid character encountered in file '/code/logo.png' at line 1 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
INFO: 46 files indexed
INFO: 11 source files to be analyzed
ERROR: Unable to parse file: /code/src/Email.php
ERROR: Parse error at line 15 column 13:
5: namespace GuiBranco\Pancake;
6:
7: use InvalidArgumentException;
8:
9: /**
10: * Class Email
11: * @package GuiBranco\Pancake
12: */
13: final class Email
14: {
15: private string $email;
^
16:
17: private function __construct(string $email)
18: {
19: $this->ensureIsValidEmail($email);
20:
21: $this->email = $email;
22: }
23:
24: /**
25: * @param string $email
ERROR: Unable to parse file: /code/src/Color.php
ERROR: Parse error at line 9 column 13:
1: <?php
2:
3: namespace GuiBranco\Pancake;
4:
5: use InvalidArgumentException;
6:
7: class Color
8: {
9: private string $red;
^
10: private string $green;
11: private string $blue;
12: private string $hexColor;
13:
14: /**
15: * Constructor.
16: *
17: * @param string $red The red value.
18: * @param string $green The green value.
19: * @param string $blue The blue value.
INFO: 11/11 source files have been analyzed
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 0.562s
INFO: Final Memory: 10M/95M
INFO: ------------------------------------------------------------------------