Skip to content

ID-39

ID-39 #194

Status Failure
Total duration 1m 46s
Billable time 4m
Artifacts

commit.yml

on: push
compile-production-files
29s
compile-production-files
phpstan
13s
phpstan
code-styling-fixer
13s
code-styling-fixer
laravel-tests
1m 0s
laravel-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: app/Domain/Api/Exception/ApiException.php#L10
Property App\Domain\Api\Exception\ApiException::$messageData type has no value type specified in iterable type array.
phpstan: app/Domain/Api/Exception/ApiException.php#L16
Method App\Domain\Api\Exception\ApiException::handle() has no return type specified.
phpstan: app/Domain/Api/Exception/ApiException.php#L36
Method App\Domain\Api\Exception\ApiException::appendMessageData() has parameter $data with no value type specified in iterable type array.
phpstan: app/Domain/Api/Util/ApiTokenUtils.php#L25
Method App\Domain\Api\Util\ApiTokenUtils::decodeToken() return type has no value type specified in iterable type array.
phpstan: app/Domain/Device/Interface/DeviceRepositoryInterface.php#L26
Method App\Domain\Device\Interface\DeviceRepositoryInterface::getUserDevices() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: app/Domain/Device/Interface/DeviceRepositoryInterface.php#L31
Method App\Domain\Device\Interface\DeviceRepositoryInterface::getAllDevices() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: app/Domain/Device/Model/Device.php#L47
Property App\Domain\Device\Model\Device::$casts type has no value type specified in iterable type array.
phpstan: app/Domain/Device/Model/Device.php#L66
Expression on left side of ?? is not nullable.
phpstan: app/Domain/Device/Model/Device.php#L66
Using nullsafe method call on non-nullable type Carbon\Carbon. Use -> instead.
phpstan: app/Domain/Device/Model/Device.php#L71
Expression on left side of ?? is not nullable.
laravel-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, 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/