summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/inc/ppd.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-102/+103
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-18/+13Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [sysconfig] Add missing elseSimon Rettberg2023-10-301-1/+2
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-10/+10
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-3/+3
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-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 filesSimon Rettberg2017-03-231-0/+1162