]> source.dussan.org Git - nextcloud-server.git/commit
Deprecate the query mothod on the server container 21887/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 17 Jul 2020 06:05:07 +0000 (08:05 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 17 Jul 2020 06:05:07 +0000 (08:05 +0200)
commit9bc6a8437d2ad3e5b8a09531bcc6803255c38636
tree99c415291a8da45b35db39921b95d16174fad115
parent2c79083f27c764fb35cc1692e105a02378cbd690
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>
lib/private/ServerContainer.php