Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -102/+103 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -18/+13 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | [sysconfig] Add missing else | Simon Rettberg | 2023-10-30 | 1 | -1/+2 |
| | |||||
* | Fix deprecated curly braces string indexing (PHP 7.4) | Simon Rettberg | 2021-03-25 | 1 | -10/+10 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+4 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [sysconfig] Add class for reading and writing PPD files | Simon Rettberg | 2017-03-23 | 1 | -0/+1162 |