Skip to content

Conversation

@fredden
Copy link
Member

@fredden fredden commented May 29, 2023

If #452 gets merged before this pull request, this pull request can be safely closed as the problem files are being removed there.

This pull request has been created purely so that we can progress with #453, which is blocking #452. This is not intended to be a long-term fix.

This fixes #454

{
$this->file = $file;
$this->proxies = $proxies;
$this->fixer = $file->fixer;
Copy link
Contributor

@bubasuma bubasuma May 30, 2023

Choose a reason for hiding this comment

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

Please use magic methods _get()/_set() in order to fix the issue for all public properties.

Copy link
Member Author

Choose a reason for hiding this comment

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

This file is being removed in #452 (which I expect to be merged in this week), making further changes to this file seems like unnecessary work.

This change is the minimum required to make the tests pass. If you would like to add additional tests and write the necessary code to make them pass, please open a new pull request with those changes.

My recommendation would be to get this merged, then #453, then #452.

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.

Tests are failing on develop branch

4 participants