Skip to content

Bump cropperjs from 1.6.2 to 2.1.1 #461

Bump cropperjs from 1.6.2 to 2.1.1

Bump cropperjs from 1.6.2 to 2.1.1 #461

Triggered via pull request April 8, 2026 02:03
Status Failure
Total duration 1m 44s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
composer
Process completed with exit code 1.
InvalidReturnType: src/Platform/Http/Layouts/NotificationTable.php#L43
src/Platform/Http/Layouts/NotificationTable.php:43:36: InvalidReturnType: The declared return type 'string' for Orchid\Platform\Http\Layouts\NotificationTable::subNotFound is incorrect, got 'array<array-key, mixed>|null|string' (see https://psalm.dev/011)
NullableReturnStatement: src/Platform/Http/Layouts/NotificationTable.php#L35
src/Platform/Http/Layouts/NotificationTable.php:35:16: NullableReturnStatement: The declared return type 'string' for Orchid\Platform\Http\Layouts\NotificationTable::textNotFound is not nullable, but the function returns 'array<array-key, mixed>|null|string' (see https://psalm.dev/139)
InvalidReturnStatement: src/Platform/Http/Layouts/NotificationTable.php#L35
src/Platform/Http/Layouts/NotificationTable.php:35:16: InvalidReturnStatement: The inferred type 'array<array-key, mixed>|null|string' does not match the declared return type 'string' for Orchid\Platform\Http\Layouts\NotificationTable::textNotFound (see https://psalm.dev/128)
InvalidReturnType: src/Platform/Http/Layouts/NotificationTable.php#L33
src/Platform/Http/Layouts/NotificationTable.php:33:37: InvalidReturnType: The declared return type 'string' for Orchid\Platform\Http\Layouts\NotificationTable::textNotFound is incorrect, got 'array<array-key, mixed>|null|string' (see https://psalm.dev/011)
InvalidReturnStatement: src/Platform/Http/Controllers/SearchController.php#L15
src/Platform/Http/Controllers/SearchController.php:15:16: InvalidReturnStatement: The inferred type 'Illuminate\Contracts\View\Factory|Illuminate\Contracts\View\View' does not match the declared return type 'Illuminate\Contracts\View\View' for Orchid\Platform\Http\Controllers\SearchController::search (see https://psalm.dev/128)
InvalidReturnType: src/Platform/Http/Controllers/SearchController.php#L13
src/Platform/Http/Controllers/SearchController.php:13:52: InvalidReturnType: The declared return type 'Illuminate\Contracts\View\View' for Orchid\Platform\Http\Controllers\SearchController::search is incorrect, got 'Illuminate\Contracts\View\Factory|Illuminate\Contracts\View\View' (see https://psalm.dev/011)
MissingDependency: src/Platform/Components/Notification.php#L38
src/Platform/Components/Notification.php:38:54: MissingDependency: Orchid\Platform\Notifications\DashboardMessage depends on class or interface orchid\platform\notifications\orchidmessage that does not exist (see https://psalm.dev/157)
UndefinedClass: src/Platform/Components/Notification.php#L38
src/Platform/Components/Notification.php:38:32: UndefinedClass: Class, interface or enum named Orchid\Platform\Notifications\OrchidMessage does not exist (see https://psalm.dev/019)
InvalidReturnStatement: src/Filters/Filter.php#L148
src/Filters/Filter.php:148:16: InvalidReturnStatement: The inferred type 'Illuminate\Contracts\Routing\UrlGenerator|string' does not match the declared return type 'string' for Orchid\Filters\Filter::resetLink (see https://psalm.dev/128)
InvalidReturnType: src/Filters/Filter.php#L144
src/Filters/Filter.php:144:34: InvalidReturnType: The declared return type 'string' for Orchid\Filters\Filter::resetLink is incorrect, got 'Illuminate\Contracts\Routing\UrlGenerator|string' (see https://psalm.dev/011)