mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #6061 from nextcloud/backport/6048/stable19
[stable19] fixes php code in storage docs
This commit is contained in:
commit
5fd8164950
@ -20,7 +20,7 @@ All methods return a Folder object on which files and folders can be accessed, o
|
||||
<?php
|
||||
namespace OCA\MyApp\Storage;
|
||||
|
||||
use OCP\Files\IRootFolder
|
||||
use OCP\Files\IRootFolder;
|
||||
|
||||
class AuthorStorage {
|
||||
|
||||
@ -64,7 +64,7 @@ Files and folders can also be accessed by id, by calling the **getById** method
|
||||
<?php
|
||||
namespace OCA\MyApp\Storage;
|
||||
|
||||
use OCP\Files\IRootFolder
|
||||
use OCP\Files\IRootFolder;
|
||||
|
||||
class AuthorStorage {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user