Skip to content

Add paginator service for pagination logic #168

Add paginator service for pagination logic

Add paginator service for pagination logic #168

Triggered via push June 7, 2026 22:54
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/Shared/Base/File.php#L102
Parameter #1 $haystack of function str_starts_with expects string, string|null given.
build: src/Shared/Base/Entity.php#L20
Class Ivy\Shared\Base\Entity has PHPDoc tag `@method` for method whereIn() parameter #2 $values with no value type specified in iterable type array.
build: src/Setting/Presentation/Rule/InfoSettingRule.php#L23
Method Ivy\Setting\Presentation\Rule\InfoSettingRule::message() should return string but returns array|string.
build: src/Setting/Presentation/Rule/InfoSettingRule.php#L14
Method Ivy\Setting\Presentation\Rule\InfoSettingRule::passes() has parameter $data with no value type specified in iterable type array.
build: src/Setting/Presentation/Rule/InfoSettingRule.php#L12
Method Ivy\Setting\Presentation\Rule\InfoSettingRule::__construct() has parameter $parameters with no value type specified in iterable type array.
build: src/Setting/Presentation/Controller/SettingController.php#L155
Property Ivy\Setting\Domain\Entity\Setting::$plugin_id (int) does not accept Ivy\Plugin\Domain\Entity\Plugin.
build: src/Setting/Presentation/Controller/InfoController.php#L151
Property Ivy\Setting\Domain\Entity\Info::$plugin_id (int) does not accept Ivy\Plugin\Domain\Entity\Plugin.
build: src/Setting/Domain/Entity/Setting.php#L46
Call to an undefined method object::handle().
build: src/Plugin/Presentation/Controller/PluginController.php#L62
Call to an undefined method Ivy\Plugin\Domain\Entity\Plugin::map().
build: src/Plugin/Infrastructure/Service/PluginService.php#L84
Parameter #2 ...$arrays of function array_diff expects array, Ivy\Plugin\Domain\Entity\Plugin given.
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/