chat option stub added #3
Annotations
10 errors
Run PHPStan:
src/Http/Controllers/ChatGroupController.php#L271
PHPDoc tag @return with type Fintech\Chat\Http\Resources\ChatGroupCollection|Illuminate\Http\JsonResponse is not subtype of native type Illuminate\Http\JsonResponse.
|
Run PHPStan:
src/Http/Controllers/ChatGroupController.php#L278
Method Fintech\Chat\Http\Controllers\ChatGroupController::import() should return Illuminate\Http\JsonResponse but returns Fintech\Chat\Http\Resources\ChatGroupCollection.
|
Run PHPStan:
src/Http/Controllers/ChatMessageController.php#L271
PHPDoc tag @return with type Fintech\Chat\Http\Resources\ChatMessageCollection|Illuminate\Http\JsonResponse is not subtype of native type Illuminate\Http\JsonResponse.
|
Run PHPStan:
src/Http/Controllers/ChatMessageController.php#L278
Method Fintech\Chat\Http\Controllers\ChatMessageController::import() should return Illuminate\Http\JsonResponse but returns Fintech\Chat\Http\Resources\ChatMessageCollection.
|
Run PHPStan:
src/Http/Controllers/ChatParticipantController.php#L271
PHPDoc tag @return with type Fintech\Chat\Http\Resources\ChatParticipantCollection|Illuminate\Http\JsonResponse is not subtype of native type Illuminate\Http\JsonResponse.
|
Run PHPStan:
src/Http/Controllers/ChatParticipantController.php#L278
Method Fintech\Chat\Http\Controllers\ChatParticipantController::import() should return Illuminate\Http\JsonResponse but returns Fintech\Chat\Http\Resources\ChatParticipantCollection.
|
Run PHPStan:
src/Http/Resources/ChatGroupResource.php#L15
PHPDoc tag @param has invalid value (\Illuminate\Http\Request): Unexpected token "\n * ", expected variable at offset 95
|
Run PHPStan:
src/Http/Resources/ChatMessageResource.php#L15
PHPDoc tag @param has invalid value (\Illuminate\Http\Request): Unexpected token "\n * ", expected variable at offset 95
|
Run PHPStan:
src/Http/Resources/ChatParticipantResource.php#L15
PHPDoc tag @param has invalid value (\Illuminate\Http\Request): Unexpected token "\n * ", expected variable at offset 95
|
Run PHPStan:
src/Interfaces/ChatGroupRepository.php#L31
Method Fintech\Chat\Interfaces\ChatGroupRepository::create() has invalid return type MongoDB\Laravel\Eloquent\Model.
|
The logs for this run have expired and are no longer available.
Loading