Skip to content

Add php82 compatibility#88

Open
DotnDev wants to merge 6 commits intosidux:masterfrom
nenrici:add_php82_compatibility
Open

Add php82 compatibility#88
DotnDev wants to merge 6 commits intosidux:masterfrom
nenrici:add_php82_compatibility

Conversation

@DotnDev
Copy link

@DotnDev DotnDev commented Feb 2, 2024

No description provided.

composer.json Outdated
"phpstan/phpstan": "^1.10.56",
"phpunit/phpcov": "^8.2",
"phpunit/phpunit": "^9.2@dev",
"rector/rector": "^0.19.1",
Copy link
Author

Choose a reason for hiding this comment

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

to remove when we're done with it

$output .= '(';
$output .= implode(', ', $this->getParameters());
$output .= $this->hasMoreThanTwoParameters() ? "\n" : null;
$output .= $this->hasMoreThanTwoParameters() ? StringHelper::indent(implode(",\n", $this->getParameters())) : implode(', ', $this->getParameters());
Copy link
Author

Choose a reason for hiding this comment

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

to simplify

"php": ">=7.4",
"roave/better-reflection": "^4.0@dev",
"php": ">=8.2",
"roave/better-reflection": "^6.22.0",
Copy link
Author

Choose a reason for hiding this comment

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

Removed usages of this lib, to review and to remove once all done

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