5 Commits

Author SHA1 Message Date
Christoph M. Becker 4b1dbb58de Add type hints
Some are not as specific as they should be, and some may even be wrong,
but since these are only type hints (not type declarations) they won't
affect code execution, but rather provide some help to better understand
the code – for developers as well as tooling.
2024-08-25 20:12:43 +02:00
Gemorroj 1b8473489f some minor improvements drop unused imports, unused variables, dirname(__FILE__) -> __DIR__, cs fixes, ...
revert some non-obvious getters, explicit specification of abstract classes

null -> NULL

4 space -> tab
2018-08-07 15:43:01 +02:00
Anatol Belski a2debffacc more on return type decls 2017-05-20 14:04:34 +02:00
Anatol Belski 078554f4a6 update namespaces 2017-05-20 12:35:56 +02:00
Anatol Belski f6e507fb5e more precise namespace 2017-05-20 12:28:03 +02:00