Skip to content

feat(ci): Add simple on-pr pipeline#1

Merged
ralflang merged 2 commits intoFRAMEWORK_6_0from
feat/ci
Apr 28, 2025
Merged

feat(ci): Add simple on-pr pipeline#1
ralflang merged 2 commits intoFRAMEWORK_6_0from
feat/ci

Conversation

@ralflang
Copy link
Member

No description provided.

@ralflang ralflang merged commit 3da095c into FRAMEWORK_6_0 Apr 28, 2025
1 check passed
ralflang added a commit that referenced this pull request Feb 26, 2026
Change constructor parameter type from array<string> to array<mixed>
since the implementation explicitly filters non-string values.

This fixes PHPStan error:
"Parameter #1 \ of class Horde\GithubApiClient\TokenScopes
constructor expects array<string>, array<int, int|string|null> given."

The constructor behavior remains unchanged - it filters out non-strings
using array_filter with is_string callback.

PHPStan now passes with 0 errors.
ralflang added a commit that referenced this pull request Feb 26, 2026
Change constructor parameter type from array<string> to array<mixed>
since the implementation explicitly filters non-string values.

This fixes PHPStan error:
"Parameter #1 \ of class Horde\GithubApiClient\TokenScopes
constructor expects array<string>, array<int, int|string|null> given."

The constructor behavior remains unchanged - it filters out non-strings
using array_filter with is_string callback.

PHPStan now passes with 0 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant