mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
style: satisfy code style checker
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
92c7367013
commit
5121ccaa3a
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class Folder extends Node implements \OCP\Files\Folder {
|
|||
* @param int $id
|
||||
* @return array
|
||||
*/
|
||||
protected function getByIdInRootMount(int $id): array {
|
||||
protected function getByIdInRootMount(int $id): array {
|
||||
if (!method_exists($this->root, 'createNode')) {
|
||||
// Always expected to be false. Being a method of Folder, this is
|
||||
// always implemented. For it is an internal method and should not
|
||||
|
|
|
|||
Loading…
Reference in a new issue