nextcloud/lib
Christoph Wurst 9bc6a8437d
Deprecate the query mothod on the server container
The interface method has already been deprecated, but if some code uses
the concrete type instead, the deprecation is not shown (by phpstorm),
so I think it's better to have this method tagged as well.

The "fix" for this deprecation is to simply use `get` instead of
`query`. Right now this will work 100% the same, but the goal is to slim
down the interface and only use what PSR-11 offers.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-17 08:05:07 +02:00
..
composer Add a scoped PSR logger for apps 2020-07-16 19:11:56 +02:00
l10n [tx-robot] updated from transifex 2020-07-17 02:17:12 +00:00
private Deprecate the query mothod on the server container 2020-07-17 08:05:07 +02:00
public Merge pull request #21869 from nextcloud/techdebt/noid/add-constants-for-magic-strings 2020-07-16 22:00:57 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Remove hook for initSession 2020-07-07 21:44:36 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00