Skip to content

Remove always false PHP version comparison if statements#401

Merged
PhiloNL merged 1 commit intowire-elements:mainfrom
nimah79:main
Jan 6, 2024
Merged

Remove always false PHP version comparison if statements#401
PhiloNL merged 1 commit intowire-elements:mainfrom
nimah79:main

Conversation

@nimah79
Copy link
Copy Markdown
Contributor

@nimah79 nimah79 commented Dec 15, 2023

This PR removes the if statements that check if the value of PHP_VERSION_ID is less than 70400 (the PHP version is older than 7.4). These expressions are always false, as the minimum required PHP version of the package is 8.1.

@PhiloNL PhiloNL merged commit fce42df into wire-elements:main Jan 6, 2024
@PhiloNL
Copy link
Copy Markdown
Contributor

PhiloNL commented Jan 6, 2024

Thanks!

camerontucker added a commit to regentcollege/modal that referenced this pull request Jan 16, 2024
Remove PHP version comparison if statements (wire-elements#401)
camerontucker added a commit to regentcollege/modal that referenced this pull request Jan 16, 2024
Remove PHP version comparison if statements (wire-elements#401)
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.

2 participants