mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
Merge pull request #7370 from nextcloud/fix-php-doc
Fix PHP doc for API docs
This commit is contained in:
commit
ca8d149e29
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ namespace OC\Hooks;
|
|||
trait EmitterTrait {
|
||||
|
||||
/**
|
||||
* @var (callable[])[] $listeners
|
||||
* @var callable[][] $listeners
|
||||
*/
|
||||
protected $listeners = array();
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ use Throwable;
|
|||
|
||||
class Registry implements IRegistry {
|
||||
|
||||
/** @var array<IReporter> */
|
||||
/** @var IReporter[] */
|
||||
private $reporters = [];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue