mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 21:52:19 -04:00
chore: fix codestyle for \OC\Files\Node\Folder
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
b2776bf586
commit
ae691e0986
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