Skip to content

ID-192 - Fix pipeline #29

ID-192 - Fix pipeline

ID-192 - Fix pipeline #29

commit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
laravel-tests: app/Domain/Shared/Abstract/AbstractEloquentRepository.php#L10
Method App\Domain\Shared\Abstract\AbstractEloquentRepository::create() has parameter $attributes with no value type specified in iterable type array.
laravel-tests: app/Domain/Shared/Abstract/AbstractEloquentRepository.php#L17
Method App\Domain\Shared\Abstract\AbstractEloquentRepository::find() has parameter $id with no type specified.
laravel-tests: app/Domain/Shared/Abstract/AbstractValueObject.php#L9
Property App\Domain\Shared\Abstract\AbstractValueObject::$value has no type specified.
laravel-tests: app/Domain/Shared/Interface/EloquentRepositoryInterface.php#L9
Method App\Domain\Shared\Interface\EloquentRepositoryInterface::create() has parameter $attributes with no value type specified in iterable type array.
laravel-tests: app/Domain/Shared/Interface/EloquentRepositoryInterface.php#L11
Method App\Domain\Shared\Interface\EloquentRepositoryInterface::find() has parameter $id with no type specified.
laravel-tests: app/Domain/Shared/ValueObject/BooleanValueObject.php#L13
Unsafe usage of new static().
laravel-tests: app/Domain/Shared/ValueObject/BooleanValueObject.php#L17
Unsafe usage of new static().
laravel-tests: app/Domain/Shared/ValueObject/DateTimeValueObject.php#L23
Call to an undefined method App\Domain\Shared\Interface\ValueObjectInterface::getTimestamp().
laravel-tests: app/Domain/Shared/ValueObject/DateTimeValueObject.php#L228
Call to an undefined method App\Domain\Shared\Interface\DateTimeInterface::getTimestamp().
laravel-tests: app/Domain/Shared/ValueObject/DateTimeValueObject.php#L233
Call to an undefined method App\Domain\Shared\Interface\DateTimeInterface::getTimestamp().
laravel-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/