nextcloud/lib/public/AppFramework
Roeland Jago Douma 1e111b2ad2
Fix DataResponse typehints
We use this already in several places where we just pass strings or
numbers.
This all works because we just convert it to a json response in the end.
So better to have the typehints reflect this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-19 20:34:42 +01:00
..
Bootstrap Add psalm types for the event dispatcher 2020-10-15 16:23:26 +02:00
Db Add template typing to the QBMapper 2020-10-12 11:10:08 +02:00
Http Fix DataResponse typehints 2020-11-19 20:34:42 +01:00
OCS Remove @package annotations from public namespace 2020-08-26 16:59:40 +02:00
Services Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitialState closure with Psalm 2020-10-28 09:04:15 +01:00
Utility Remove @package annotations from public namespace 2020-08-26 16:59:40 +02:00
ApiController.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
App.php Remove some IRouter methods 2020-11-17 14:08:20 +01:00
AuthPublicShareController.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Controller.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Http.php Update license headers for 19 2020-04-29 11:57:22 +02:00
IAppContainer.php Undeprecate IAppContainer and IServerContainer 2020-07-17 10:17:18 +02:00
Middleware.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OCSController.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
PublicShareController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
QueryException.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +02:00