* remove param $fid @ `App\Repository\Post\PostRepository::getPosts…
#32
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
135 errors and 131 warnings
|
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) / pint
Process completed with exit code 1.
|
|
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) / php-cs-fixer
Process completed with exit code 8.
|
|
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#L79
PostsController.php: property.notFound: Access to an undefined property App\PostsQuery\QueryResult::$fid.
|
|
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) / psalm:
src/Controller/PostsController.php#L80
PostsController.php: MixedArgument: Argument 1 of collect cannot be mixed, expecting Illuminate\Contracts\Support\Arrayable<array-key, mixed>|iterable<array-key, mixed>|null
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: UndefinedPropertyFetch: Instance property App\PostsQuery\QueryResult::$fid is not defined
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: MixedAssignment: Unable to determine the type that $fid is being assigned to
|
|
runs-on (ubuntu-latest) / psalm:
src/Controller/PostsController.php#L72
PostsController.php: MixedArgumentTypeCoercion: Type mixed should be a subtype of int|null
|
|
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: UnusedClass: Class App\Controller\PostsController is never used
|
|
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: 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: UnusedClass: Class App\Controller\AssetController is never used
|
|
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#L28
Failed asserting that two strings are equal.
|
|
runs-on (ubuntu-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L46
Failed asserting that two objects are equal.
|
|
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) / 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) / 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#L79
PostsController.php: property.notFound: Access to an undefined property App\PostsQuery\QueryResult::$fid.
|
|
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 (windows-latest) / php-cs-fixer
Process completed with exit code 8.
|
|
runs-on (macos-latest) / php-cs-fixer
Process completed with exit code 8.
|
|
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#L79
PostsController.php: property.notFound: Access to an undefined property App\PostsQuery\QueryResult::$fid.
|
|
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) / psalm:
src/Controller/PostsController.php#L80
PostsController.php: MixedArgument: Argument 1 of collect cannot be mixed, expecting Illuminate\Contracts\Support\Arrayable<array-key, mixed>|iterable<array-key, mixed>|null
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: UndefinedPropertyFetch: Instance property App\PostsQuery\QueryResult::$fid is not defined
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: MixedAssignment: Unable to determine the type that $fid is being assigned to
|
|
runs-on (windows-latest) / psalm:
src/Controller/PostsController.php#L72
PostsController.php: MixedArgumentTypeCoercion: Type mixed should be a subtype of int|null
|
|
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: UnusedClass: Class App\Controller\PostsController is never used
|
|
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: 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: UnusedClass: Class App\Controller\AssetController is never used
|
|
runs-on (macos-latest) / phan
Process completed with exit code 1.
|
|
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) / 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#L46
Failed asserting that two objects are equal.
|
|
runs-on (macos-latest) / phpunit-infection:
be/tests/PostsQuery/CursorCodecTest.php#L28
Failed asserting that two strings are equal.
|
|
runs-on (macos-latest) / pint
Process completed with exit code 1.
|
|
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) / psalm:
src/Controller/PostsController.php#L80
PostsController.php: MixedArgument: Argument 1 of collect cannot be mixed, expecting Illuminate\Contracts\Support\Arrayable<array-key, mixed>|iterable<array-key, mixed>|null
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: UndefinedPropertyFetch: Instance property App\PostsQuery\QueryResult::$fid is not defined
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L79
PostsController.php: MixedAssignment: Unable to determine the type that $fid is being assigned to
|
|
runs-on (macos-latest) / psalm:
src/Controller/PostsController.php#L72
PostsController.php: MixedArgumentTypeCoercion: Type mixed should be a subtype of int|null
|
|
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: UnusedClass: Class App\Controller\PostsController is never used
|
|
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: 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: UnusedClass: Class App\Controller\AssetController is never used
|
|
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) / pint:
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) / pint:
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) / pint:
src/PostsQuery/ParamsValidator.php#L0
ParamsValidator.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / pint:
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) / pint:
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) / pint:
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) / pint:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.cast_spaces: Found violation(s) of type: cast_spaces
|
|
runs-on (ubuntu-latest) / pint:
src/PostsQuery/QueryResult.php#L0
QueryResult.php: PHP-CS-Fixer.braces_position: Found violation(s) of type: braces_position
|
|
runs-on (ubuntu-latest) / pint:
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) / 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) / 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#L199
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L198
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L163
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L155
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L149
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (ubuntu-latest) / phpcs:
src/PostsQuery/QueryResult.php#L91
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 142 characters
|
|
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) / 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:200
|
|
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 (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L198
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L163
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L155
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L149
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (windows-latest) / phpcs:
be/src/PostsQuery/QueryResult.php#L91
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) / 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) / 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 (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 (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 (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L199
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 133 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L198
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L163
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 149 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L155
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 121 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L149
QueryResult.php: Generic.Files.LineLength.TooLong: Line exceeds 120 characters; contains 126 characters
|
|
runs-on (macos-latest) / phpcs:
src/PostsQuery/QueryResult.php#L91
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) / 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 (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) / 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.51 KB |
sha256:de65a1377cba30a12cd26e0e4497ca001c5d8b2a84b958d9500a91c7c5155c06
|
|
|
coverage-ubuntu-latest
Expired
|
7.51 KB |
sha256:e9bd6d55d30881ee27283f6aa19637294dcfb6ee5181ae0a0e14a6e91892ad1d
|
|
|
coverage-windows-latest
Expired
|
7.41 KB |
sha256:de9ad6cde93c5e04292ba5aac060f20c84ad41eca595334c37bb04b330c1beed
|
|