rector/rules-tests/Privatization/Rector
Abdul Malik Ikhsan dc10595b7c
[Privatization] Handle empty construct change property to local variable on ChangeLocalPropertyToVariableRector (#479)
* fixing 6559

* Fixed 🎉

* different name  to show it only change the property fetch

* Fixed 🎉

* fixture name

* skip no typed property never changing, means it is null

* eol

* phpstan

* skip never assigned, means null

* skip never assigned, means null
2021-07-21 13:42:20 +00:00
..
Class_ [Privatization] Handle empty construct change property to local variable on ChangeLocalPropertyToVariableRector (#479) 2021-07-21 13:42:20 +00:00
ClassMethod [Privatization] Skip ChangeGlobalVariablesToPropertiesRector on read only global variable (#442) 2021-07-15 15:52:06 +02:00
MethodCall Add setter/getter factory (#6219) 2021-04-23 18:14:51 +00:00
Property [DeadCode] Make private property removal dependent on local property fetches (#311) 2021-06-27 16:08:24 +00:00