Skip to content

Compatibility with breaking ipl-sdtlib changes#189

Open
BastianLedererIcinga wants to merge 1 commit intomainfrom
breaking-modernize-dependencies
Open

Compatibility with breaking ipl-sdtlib changes#189
BastianLedererIcinga wants to merge 1 commit intomainfrom
breaking-modernize-dependencies

Conversation

@BastianLedererIcinga
Copy link

Add strict types to FormElements::isValidEvent().

requires Icinga/ipl-stdlib#69

@cla-bot cla-bot bot added the cla/signed label Mar 16, 2026
@BastianLedererIcinga BastianLedererIcinga force-pushed the breaking-modernize-dependencies branch from efbabbc to d02eb4e Compare March 17, 2026 07:10
Add strict types for compatibility with ipl-stdlib
Copy link
Member

@lippserd lippserd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's also a forward-compatible change, right? If so, remove the composer.json bump and update the PR title and description accordingly.

}

public function isValidEvent($event)
public function isValidEvent(string $event): bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's also a forward-compatible change, right? If so, remove the composer.json bump and update the PR title and description accordingly.

Copy link
Member

@lippserd lippserd Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I overlooked that string is added. PR is fine, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants