summaryrefslogtreecommitdiffstats
path: root/lib/public/Server.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Improve container return type annotationsJulius Härtl2022-10-141-3/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Improve psalm annotation to make it stricterCarl Schwan2022-05-131-2/+3
| | | | | | | Now using class-string<T> as input will only return T, and any other string will return mixed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add a public replacement for OC::$server->getCarl Schwan2022-05-101-0/+54
Signed-off-by: Carl Schwan <carl@carlschwan.eu>