$ composer update #33
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
135 errors and 147 warnings
|
runs-on (ubuntu-latest) / php-cs-fixer
Process completed with exit code 8.
|
|
runs-on (ubuntu-latest) / phpmd
Process completed with exit code 2.
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/Query.php#L216
Query.php: The method applyTextMatchParamOnQuery uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them. (ElseExpression, Clean Code Rules)
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (ubuntu-latest) / phpcs:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (ubuntu-latest) / phpcs:
src/Controller/PostsController.php#L46
PostsController.php: PSR2.Methods.FunctionCallSignature.Indent: Multi-line function call not indented correctly; expected 16 spaces but found 0
|
|
runs-on (ubuntu-latest) / phpcs
Process completed with exit code 2.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L84
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L82
PostsController.php: argument.type: Parameter #1 $value of method App\DTO\User\User::setCurrentAuthorExpGrade() expects App\DTO\User\AuthorExpGrade|null, mixed given.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L81
PostsController.php: argument.type: Parameter #1 $keyBy of method Illuminate\Support\Collection<(int|string),mixed>::keyBy() expects array|(callable(mixed, int|string): int)|string, Closure(App\DTO\User\AuthorExpGrade): int given.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TValue in call to function collect
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $value of method App\PostsQuery\ParamsValidator::setParams() expects array<array>, mixed given.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $json of function Safe\json_decode expects string, string|null given.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/PostsController.php#L39
PostsController.php: missingType.iterableValue: Method App\Controller\PostsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/ForumsController.php#L13
ForumsController.php: missingType.iterableValue: Method App\Controller\ForumsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (ubuntu-latest) / phpstan:
src/Controller/AssetController.php#L30
AssetController.php: binaryOp.invalid: Binary operation "." between array|bool|float|int|string|null and non-falsy-string results in an error.
|
|
runs-on (ubuntu-latest) / pint
Process completed with exit code 1.
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/TimestampedDTO.php#L13
TimestampedDTO.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\TimestampedEntity->updatedAt defined at src/Entity/TimestampedEntity.php:11 (Did you mean \App\Entity\TimestampedEntity::getUpdatedAt())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/TimestampedDTO.php#L12
TimestampedDTO.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\TimestampedEntity->createdAt defined at src/Entity/TimestampedEntity.php:10 (Did you mean \App\Entity\TimestampedEntity::getCreatedAt())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/TimestampedDTO.php#L11
TimestampedDTO.php: PhanUndeclaredMethod: Call to undeclared method \App\DTO\TimestampedDTO::__construct
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L47
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->disagreeCount defined at src/Entity/Post/Post.php:17
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L46
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->agreeCount defined at src/Entity/Post/Post.php:16
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L45
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->lastSeenAt defined at src/Entity/Post/Post.php:15 (Did you mean \App\Entity\Post\Post::getLastSeenAt())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L44
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->postedAt defined at src/Entity/Post/Post.php:14 (Did you mean \App\Entity\Post\Post::getPostedAt())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L43
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->authorUid defined at src/Entity/Post/Post.php:13 (Did you mean \App\Entity\Post\Post::getAuthorUid())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L42
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->tid defined at src/Entity/Post/Post.php:12 (Did you mean \App\Entity\Post\Post::getTid())
|
|
runs-on (ubuntu-latest) / phan:
src/DTO/Post/Post.php#L41
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->fid defined at src/Entity/Post/Post.php:11 (Did you mean \App\Entity\Post\Post::getFid())
|
|
runs-on (ubuntu-latest) / phpunit-infection
Process completed with exit code 2.
|
|
runs-on (ubuntu-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L46
Failed asserting that two objects are equal.
|
|
runs-on (ubuntu-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L28
Failed asserting that two strings are equal.
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: PossiblyNullArgument: Argument 1 of Safe\json_decode cannot be null, possibly null value provided
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: MixedArgument: Argument 1 of App\PostsQuery\ParamsValidator::setParams cannot be mixed, expecting array<array-key, array<array-key, mixed>>
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: ClassMustBeFinal: Class App\Controller\PostsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: UnusedClass: Class App\Controller\PostsController is never used
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: ClassMustBeFinal: Class App\Controller\ForumsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: UnusedClass: Class App\Controller\ForumsController is never used
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: InvalidOperand: Cannot concatenate with a UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: PossiblyNullOperand: Cannot concatenate with a possibly null UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: ClassMustBeFinal: Class App\Controller\AssetController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: UnusedClass: Class App\Controller\AssetController is never used
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (windows-latest) / phpcs:
be/src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (windows-latest) / phpcs:
be/src/Controller/PostsController.php#L46
PostsController.php: PSR2.Methods.FunctionCallSignature.Indent: Multi-line function call not indented correctly; expected 16 spaces but found 0
|
|
runs-on (windows-latest) / phpcs
Process completed with exit code 1.
|
|
runs-on (windows-latest) / php-cs-fixer
Process completed with exit code 8.
|
|
runs-on (windows-latest) / phpmd
Process completed with exit code 2.
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/Query.php#L216
Query.php: The method applyTextMatchParamOnQuery uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them. (ElseExpression, Clean Code Rules)
|
|
runs-on (windows-latest) / pint
Process completed with exit code 1.
|
|
runs-on (macos-latest) / phpcs:
src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (macos-latest) / phpcs:
src/DTO/User/User.php#L10
User.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Thread.php#L10
Thread.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Reply.php#L11
Reply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/Post.php#L10
Post.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceBeforeClosingBrace: Closing brace must be on the line after the last trait conflict resolution statement
|
|
runs-on (macos-latest) / phpcs:
src/DTO/Post/SubReply.php#L10
SubReply.php: PSR12.Traits.UseDeclaration.SpaceAfterOpeningBrace: First trait conflict resolution statement must be on the line after the opening brace
|
|
runs-on (macos-latest) / phpcs
Process completed with exit code 2.
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: PossiblyNullArgument: Argument 1 of Safe\json_decode cannot be null, possibly null value provided
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: MixedArgument: Argument 1 of App\PostsQuery\ParamsValidator::setParams cannot be mixed, expecting array<array-key, array<array-key, mixed>>
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: ClassMustBeFinal: Class App\Controller\PostsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: UnusedClass: Class App\Controller\PostsController is never used
|
|
runs-on (windows-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: ClassMustBeFinal: Class App\Controller\ForumsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (windows-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: UnusedClass: Class App\Controller\ForumsController is never used
|
|
runs-on (windows-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: InvalidOperand: Cannot concatenate with a UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (windows-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: PossiblyNullOperand: Cannot concatenate with a possibly null UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (windows-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: ClassMustBeFinal: Class App\Controller\AssetController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (windows-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: UnusedClass: Class App\Controller\AssetController is never used
|
|
runs-on (macos-latest) / pint
Process completed with exit code 1.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L84
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L82
PostsController.php: argument.type: Parameter #1 $value of method App\DTO\User\User::setCurrentAuthorExpGrade() expects App\DTO\User\AuthorExpGrade|null, mixed given.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L81
PostsController.php: argument.type: Parameter #1 $keyBy of method Illuminate\Support\Collection<(int|string),mixed>::keyBy() expects array|(callable(mixed, int|string): int)|string, Closure(App\DTO\User\AuthorExpGrade): int given.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TValue in call to function collect
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $value of method App\PostsQuery\ParamsValidator::setParams() expects array<array>, mixed given.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $json of function Safe\json_decode expects string, string|null given.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/PostsController.php#L39
PostsController.php: missingType.iterableValue: Method App\Controller\PostsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/ForumsController.php#L13
ForumsController.php: missingType.iterableValue: Method App\Controller\ForumsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (windows-latest) / phpstan:
src/Controller/AssetController.php#L30
AssetController.php: binaryOp.invalid: Binary operation "." between array|bool|float|int|string|null and non-falsy-string results in an error.
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: PossiblyNullArgument: Argument 1 of Safe\json_decode cannot be null, possibly null value provided
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L52
PostsController.php: MixedArgument: Argument 1 of App\PostsQuery\ParamsValidator::setParams cannot be mixed, expecting array<array-key, array<array-key, mixed>>
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: ClassMustBeFinal: Class App\Controller\PostsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L25
PostsController.php: UnusedClass: Class App\Controller\PostsController is never used
|
|
runs-on (macos-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: ClassMustBeFinal: Class App\Controller\ForumsController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (macos-latest) / psalm:
src/Controller/ForumsController.php#L9
ForumsController.php: UnusedClass: Class App\Controller\ForumsController is never used
|
|
runs-on (macos-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: InvalidOperand: Cannot concatenate with a UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (macos-latest) / psalm:
src/Controller/AssetController.php#L30
AssetController.php: PossiblyNullOperand: Cannot concatenate with a possibly null UnitEnum|array<array-key, mixed>|null|scalar
|
|
runs-on (macos-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: ClassMustBeFinal: Class App\Controller\AssetController is never extended and is not part of the public API, and thus must be made final.
|
|
runs-on (macos-latest) / psalm:
src/Controller/AssetController.php#L11
AssetController.php: UnusedClass: Class App\Controller\AssetController is never used
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L84
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L82
PostsController.php: argument.type: Parameter #1 $value of method App\DTO\User\User::setCurrentAuthorExpGrade() expects App\DTO\User\AuthorExpGrade|null, mixed given.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L81
PostsController.php: argument.type: Parameter #1 $keyBy of method Illuminate\Support\Collection<(int|string),mixed>::keyBy() expects array|(callable(mixed, int|string): int)|string, Closure(App\DTO\User\AuthorExpGrade): int given.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TValue in call to function collect
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L80
PostsController.php: argument.templateType: Unable to resolve the template type TKey in call to function collect
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $value of method App\PostsQuery\ParamsValidator::setParams() expects array<array>, mixed given.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L52
PostsController.php: argument.type: Parameter #1 $json of function Safe\json_decode expects string, string|null given.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/PostsController.php#L39
PostsController.php: missingType.iterableValue: Method App\Controller\PostsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/ForumsController.php#L13
ForumsController.php: missingType.iterableValue: Method App\Controller\ForumsController::query() return type has no value type specified in iterable type array.
|
|
runs-on (macos-latest) / phpstan:
src/Controller/AssetController.php#L30
AssetController.php: binaryOp.invalid: Binary operation "." between array|bool|float|int|string|null and non-falsy-string results in an error.
|
|
runs-on (windows-latest) / phan:
src\DTO\TimestampedDTO.php#L13
TimestampedDTO.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\TimestampedEntity->updatedAt defined at src\Entity\TimestampedEntity.php:11 (Did you mean \App\Entity\TimestampedEntity::getUpdatedAt())
|
|
runs-on (windows-latest) / phan:
src\DTO\TimestampedDTO.php#L12
TimestampedDTO.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\TimestampedEntity->createdAt defined at src\Entity\TimestampedEntity.php:10 (Did you mean \App\Entity\TimestampedEntity::getCreatedAt())
|
|
runs-on (windows-latest) / phan:
src\DTO\TimestampedDTO.php#L11
TimestampedDTO.php: PhanUndeclaredMethod: Call to undeclared method \App\DTO\TimestampedDTO::__construct
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L47
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->disagreeCount defined at src\Entity\Post\Post.php:17
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L46
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->agreeCount defined at src\Entity\Post\Post.php:16
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L45
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->lastSeenAt defined at src\Entity\Post\Post.php:15 (Did you mean \App\Entity\Post\Post::getLastSeenAt())
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L44
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->postedAt defined at src\Entity\Post\Post.php:14 (Did you mean \App\Entity\Post\Post::getPostedAt())
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L43
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->authorUid defined at src\Entity\Post\Post.php:13 (Did you mean \App\Entity\Post\Post::getAuthorUid())
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L42
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->tid defined at src\Entity\Post\Post.php:12 (Did you mean \App\Entity\Post\Post::getTid())
|
|
runs-on (windows-latest) / phan:
src\DTO\Post\Post.php#L41
Post.php: PhanAccessPropertyProtected: Cannot access protected property \App\Entity\Post\Post->fid defined at src\Entity\Post\Post.php:11 (Did you mean \App\Entity\Post\Post::getFid())
|
|
runs-on (windows-latest) / phpunit-infection
Process completed with exit code 1.
|
|
runs-on (windows-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L46
Failed asserting that two objects are equal.
|
|
runs-on (windows-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L28
Failed asserting that two strings are equal.
|
|
runs-on (macos-latest) / phpunit-infection
Process completed with exit code 2.
|
|
runs-on (macos-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L28
Failed asserting that two strings are equal.
|
|
runs-on (macos-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L46
Failed asserting that two objects are equal.
|
|
runs-on (macos-latest) / php-cs-fixer
Process completed with exit code 8.
|
|
runs-on (macos-latest) / phpmd
Process completed with exit code 2.
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/Query.php#L216
Query.php: The method applyTextMatchParamOnQuery uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them. (ElseExpression, Clean Code Rules)
|
|
runs-on (macos-latest) / phan
Process completed with exit code 1.
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/Query.php#L0
Query.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/QueryParams.php#L0
QueryParams.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.cast_spaces: Found violation(s) of type: cast_spaces
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / php-cs-fixer:
src/Doctrine/InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / php-cs-fixer
Cache save failed.
|
|
runs-on (ubuntu-latest) / phpmd:
tests/PostsQuery/PostsTreeTest.php#L32
PostsTreeTest.php: The method provideReOrderNestedPostsData() has 127 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/QueryResult.php#L24
QueryResult.php: The class QueryResult has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has 111 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has an NPath complexity of 384. The configured NPath complexity threshold is 200. (NPathComplexity, Code Size Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. (CyclomaticComplexity, Code Size Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/PostsQuery/PostsTree.php#L22
PostsTree.php: The class PostsTree has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (ubuntu-latest) / phpmd:
src/Controller/PostsController.php#L25
PostsController.php: The class PostsController has a coupling between objects value of 22. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (ubuntu-latest) / phpcs:
src/Controller/SitemapController.php#L58
SitemapController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/Controller/UsersController.php#L39
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 135 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/Controller/UsersController.php#L38
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/PostsTree.php#L144
PostsTree.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L204
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L203
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L168
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L160
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L154
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L93
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (ubuntu-latest) / phpcs
Cache save failed.
|
|
runs-on (ubuntu-latest) / phpstan
Cache save failed.
|
|
runs-on (ubuntu-latest) / pint:
src/Repository/BaseRepository.php#L0
BaseRepository.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / pint:
src/Doctrine/InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.statement_indentation: Found violation(s) of type: statement_indentation
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.method_argument_space: Found violation(s) of type: method_argument_space
|
|
runs-on (ubuntu-latest) / pint:
src/Helper.php#L0
Helper.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/PostsController.php#L25
PostsController.php: PhanUnreferencedClass: Possibly zero references to class \App\Controller\PostsController
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/ForumsController.php#L14
ForumsController.php: PhanUnreferencedPublicMethod: Possibly zero references to public method \App\Controller\ForumsController::query()
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/ForumsController.php#L9
ForumsController.php: PhanUnreferencedClass: Possibly zero references to class \App\Controller\ForumsController
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L28
AssetController.php: PhanUnreferencedClosure: Possibly zero references to Closure()
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L26
AssetController.php: PhanUnreferencedClosure: Possibly zero references to Closure(array $m)
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L26
AssetController.php: PhanTypeMismatchArgumentInternal: Argument 1 ($pattern) is ['#/npm/(?<filename>\\w+)@(\\d+\\.?){3}/\\+esm#'=>(fn),'@^//# sourceMappingURL=.+$@m'=>(fn)] of type array{\x23/npm/\x28\x3f\x3cfilename\x3e\\w+\x29\x40\x28\\d+\\.\x3f\x29\x7b3\x7d/\\+esm\x23:Closure(array):string,\x40^//\x23\x20sourceMappingURL\x3d.+$\x40m:Closure():''} but \preg_replace_callback_array() takes array<string,callable(array):string>
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L24
AssetController.php: PhanPartialTypeMismatchArgument: Argument 1 ($content) is preg_replace_callback_array(['#/npm/(?<filename>\\w+)@(\\d+\\.?){3}/\\+esm#'=>(fn),'@^//# sourceMappingURL=.+$@m'=>(fn)], $this->filesystem->readFile(($this->getParameter('kernel.project_dir') . "/public/react-json-view/{$filename}"))) of type string|string[] but \Symfony\Component\HttpFoundation\Response::__construct() takes ?string (string[] is incompatible) defined at vendor/symfony/http-foundation/Response.php:202
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L21
AssetController.php: PhanUnreferencedPublicMethod: Possibly zero references to public method \App\Controller\AssetController::getAsset()
|
|
runs-on (ubuntu-latest) / phan:
src/Controller/AssetController.php#L11
AssetController.php: PhanUnreferencedClass: Possibly zero references to class \App\Controller\AssetController
|
|
runs-on (ubuntu-latest) / phan:
public/index.php#L7
index.php: PhanUnreferencedClosure: Possibly zero references to Closure(array $context)
|
|
runs-on (ubuntu-latest) / phan
Cache save failed.
|
|
runs-on (ubuntu-latest) / phpunit-infection
Cache save failed.
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L203
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L168
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L160
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L154
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L93
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/PostsTree.php#L144
PostsTree.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/Controller/UsersController.php#L39
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 135 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/Controller/UsersController.php#L38
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/Controller/SitemapController.php#L58
SitemapController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/Controller/PostsController.php#L68
PostsController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 130 characters
|
|
runs-on (windows-latest) / php-cs-fixer:
src\PostsQuery\ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Helper.php#L0
Helper.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Doctrine\InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\UsersController.php#L0
UsersController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\UsersController.php#L0
UsersController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\UsersController.php#L0
UsersController.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\PostsController.php#L0
PostsController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\PostsController.php#L0
PostsController.php: PHP-CS-Fixer.statement_indentation: Found violation(s) of type: statement_indentation
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\PostsController.php#L0
PostsController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (windows-latest) / php-cs-fixer:
src\Controller\PostsController.php#L0
PostsController.php: PHP-CS-Fixer.method_argument_space: Found violation(s) of type: method_argument_space
|
|
runs-on (windows-latest) / php-cs-fixer
Cache save failed.
|
|
runs-on (windows-latest) / phpmd:
be/tests/PostsQuery/PostsTreeTest.php#L32
PostsTreeTest.php: The method provideReOrderNestedPostsData() has 127 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/QueryResult.php#L24
QueryResult.php: The class QueryResult has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has 111 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has an NPath complexity of 384. The configured NPath complexity threshold is 200. (NPathComplexity, Code Size Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. (CyclomaticComplexity, Code Size Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/PostsQuery/PostsTree.php#L22
PostsTree.php: The class PostsTree has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (windows-latest) / phpmd:
be/src/Controller/PostsController.php#L25
PostsController.php: The class PostsController has a coupling between objects value of 22. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (windows-latest) / phpmd
Cache save failed.
|
|
runs-on (windows-latest) / pint:
be/src/PostsQuery/ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / pint:
be/src/Helper.php#L0
Helper.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / pint:
be/src/Doctrine/InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / pint:
be/src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (windows-latest) / pint:
be/src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (windows-latest) / pint:
be/src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (windows-latest) / pint:
be/src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (windows-latest) / pint:
be/src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.statement_indentation: Found violation(s) of type: statement_indentation
|
|
runs-on (windows-latest) / pint:
be/src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (windows-latest) / pint:
be/src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.method_argument_space: Found violation(s) of type: method_argument_space
|
|
runs-on (windows-latest) / pint
Cache save failed.
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L204
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L203
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L168
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L160
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L154
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L93
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (macos-latest) / phpcs:
src/Controller/SitemapController.php#L58
SitemapController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (macos-latest) / phpcs:
src/Controller/PostsController.php#L68
PostsController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 130 characters
|
|
runs-on (macos-latest) / phpcs:
src/Controller/UsersController.php#L39
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 135 characters
|
|
runs-on (macos-latest) / phpcs:
src/Controller/UsersController.php#L38
UsersController.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
runs-on (windows-latest) / psalm
Cache save failed.
|
|
runs-on (macos-latest) / pint:
src/Doctrine/InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (macos-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.statement_indentation: Found violation(s) of type: statement_indentation
|
|
runs-on (macos-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / pint:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.method_argument_space: Found violation(s) of type: method_argument_space
|
|
runs-on (macos-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (macos-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / pint:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / pint:
src/Repository/BaseRepository.php#L0
BaseRepository.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / pint:
tests/Validator/DateTimeRangeValidatorTest.php#L0
DateTimeRangeValidatorTest.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / pint
Cache save failed.
|
|
runs-on (windows-latest) / phpstan
Cache save failed.
|
|
runs-on (macos-latest) / psalm
Cache save failed.
|
|
runs-on (macos-latest) / phpstan
Cache save failed.
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/mssql.php#L100
Safe\mssql_connect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/mssql.php#L100
Safe\mssql_connect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/mssql.php#L100
Safe\mssql_connect(): Implicitly marking parameter $servername as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/password.php#L115
Safe\password_hash(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L78
Safe\mktime(): Implicitly marking parameter $year as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L78
Safe\mktime(): Implicitly marking parameter $day as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L78
Safe\mktime(): Implicitly marking parameter $month as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L78
Safe\mktime(): Implicitly marking parameter $second as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L78
Safe\mktime(): Implicitly marking parameter $minute as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan:
be/vendor/thecodingmachine/safe/deprecated/datetime.php#L24
Safe\gmdate(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead
|
|
runs-on (windows-latest) / phan
Cache save failed.
|
|
runs-on (windows-latest) / phpunit-infection
Cache save failed.
|
|
runs-on (macos-latest) / phpunit-infection
Cache save failed.
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Doctrine/InterpolateParametersSQLOutputWalker.php#L0
InterpolateParametersSQLOutputWalker.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.statement_indentation: Found violation(s) of type: statement_indentation
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/PostsController.php#L0
PostsController.php: PHP-CS-Fixer.method_argument_space: Found violation(s) of type: method_argument_space
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.single_line_empty_body: Found violation(s) of type: single_line_empty_body
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Controller/UsersController.php#L0
UsersController.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / php-cs-fixer:
src/Repository/BaseRepository.php#L0
BaseRepository.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (macos-latest) / php-cs-fixer:
tests/Validator/DateTimeRangeValidatorTest.php#L0
DateTimeRangeValidatorTest.php: PHP-CS-Fixer.trailing_comma_in_multiline: Found violation(s) of type: trailing_comma_in_multiline
|
|
runs-on (macos-latest) / phpmd:
tests/PostsQuery/PostsTreeTest.php#L32
PostsTreeTest.php: The method provideReOrderNestedPostsData() has 127 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/QueryResult.php#L24
QueryResult.php: The class QueryResult has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has 111 lines of code. Current threshold is set to 100. Avoid really long methods. (ExcessiveMethodLength, Code Size Rules)
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has an NPath complexity of 384. The configured NPath complexity threshold is 200. (NPathComplexity, Code Size Rules)
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/Query.php#L87
Query.php: The method applyQueryParamsOnQuery() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. (CyclomaticComplexity, Code Size Rules)
|
|
runs-on (macos-latest) / phpmd:
src/PostsQuery/PostsTree.php#L22
PostsTree.php: The class PostsTree has a coupling between objects value of 19. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
|
runs-on (macos-latest) / phpmd:
src/Controller/PostsController.php#L25
PostsController.php: The class PostsController has a coupling between objects value of 22. Consider to reduce the number of dependencies under 13. (CouplingBetweenObjects, Design Rules)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-macos-latest
Expired
|
7.53 KB |
sha256:e6cc98fbe72420bffb272d2f8bca29af0d5cda1ada605dbbf5d263eb707c1fc8
|
|
|
coverage-ubuntu-latest
Expired
|
7.53 KB |
sha256:1852be741977dfa7b988e35be3ceab89bd68955fdfd9dc0a8d713599a4ccc5f2
|
|
|
coverage-windows-latest
Expired
|
7.43 KB |
sha256:7d5c9dd31e7d88c6ebc8ac0f65472b161ac7199dcb2a604324b1b02c2e06a443
|
|