| 177d6836 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces |
| dccd6b2b | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing |
| b2c8ab47 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: loop declaration spacing |
| 73022918 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: PSR12.Classes.ClassInstantiation.MissingParentheses |
| ed823bcd | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: PHP constant casing |
| 316e3ee6 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: EOF new lines |
| d868eb89 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces |
| 8c7c53b0 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces |
| c1482d1c | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing |
| a0aeafaa | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
define custom renames
Automatically rename occurances of deprecated functions and classes. These renames will come in even more handy when rector is applied to 3rd party plugins. |
| b1f206e1 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to bin and toplevel |
| 74981a4e | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
apply PSR-12 constant visibility rule
PSR-12 says constants need their visibility declared from PHP 7.1 onwards |
| 467c1427 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to config plugin |
| ab9790ca | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to auth plugins |
| 24870174 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of inc |
| bcaec9f4 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Parsing |
| faf3f01b | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/parser |
| 6e695190 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix sizehandling in Changelog
Seems rector was too aggressive here in removing a variable. |
| f2554b3e | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
define some more constants
when using bootstrapping, these defines seem not to be auto detected anymore. We probably have to add a few more once we start running on plugins. |
| e2d055f5 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Ui |
| 104a3b7c | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Remote |
| a469bafb | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Input |
| 0603e565 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/ChangeLog |
| 1490c177 | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Extension and inc/Debug |
| 6723156f | 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to inc/Action |