Fixed
Project:
Views random seed
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2026 at 17:30 UTC
Updated:
17 Apr 2026 at 21:31 UTC
Jump to comment: Most recent
Currently, phpstan and phpcs pipelines are failing.
Fix it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
vitaliyb98 commentedFixed existing pipelines, except for this issue:
The module uses a class from the Search API module, but it does not declare it as a dependency in either composer.json or the .info.yml file,
I suggest adding it as a dependency.. As I understand it, it is an optional dependency.Comment #4
swentel commentedI guess it could go as a 'suggest' in composer maybe?
Comment #5
vitaliyb98 commentedAdded, but it doesn't help.
Comment #6
swentel commentedTrue, you'll have to add an inline comment so phpstan ignores that line .. I can't find a direct example but I know that should work normally.
Comment #7
vitaliyb98 commentedThanks, I will try it
BTW, is this module open to co-maintenance if I invest my time in reviewing existing issues and contributing further improvements?
Comment #8
swentel commentedSure, I'm less active in Drupal in general, so would be great to have someone helping out, and even tag new releases.
Comment #9
vitaliyb98 commentedAdded
// @phpstan-ignore class.notFoundSynced current branch with latest changes from the 8.x-1.x (rebased)
Comment #11
swentel commentedThanks, merged!
You have maintainer access now, feel free to tag releases! :)
Comment #13
vitaliyb98 commentedThanks!