Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add compatibility to PHP up to 8.3 #21

Merged
merged 8 commits into from
Mar 13, 2024
Merged

[FEATURE] Add compatibility to PHP up to 8.3 #21

merged 8 commits into from
Mar 13, 2024

Conversation

hacksch
Copy link
Contributor

@hacksch hacksch commented Mar 7, 2024

No description provided.

.code-quality/ecs.php Outdated Show resolved Hide resolved
$indexCount = count($indexes);
for ($index = 1; $index <= $indexCount + 1; $index++) {
for ($index = 1; $index <= $indexCount + 1; ++$index) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ändern wir hier nicht die Logik? Vorher haben wir bei $index=1 begonnen, jetzt fangen wir bei $index=2 an.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Passt :) Habs auch mal getestet und wieder mal was gelernt

@hacksch hacksch merged commit 2dd0906 into main Mar 13, 2024
11 checks passed
@hacksch hacksch deleted the feature/php83 branch March 13, 2024 07:42
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