Browse Source

Fix PHP doc for API docs

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v13.0.0beta2
Morris Jobke 6 years ago
parent
commit
72bb7c3074
No account linked to committer's email address

+ 1
- 1
lib/private/Hooks/EmitterTrait.php View File

@@ -25,7 +25,7 @@ namespace OC\Hooks;
trait EmitterTrait {

/**
* @var (callable[])[] $listeners
* @var callable[][] $listeners
*/
protected $listeners = array();


+ 1
- 1
lib/private/Support/CrashReport/Registry.php View File

@@ -29,7 +29,7 @@ use Throwable;

class Registry implements IRegistry {

/** @var array<IReporter> */
/** @var IReporter[] */
private $reporters = [];

/**

Loading…
Cancel
Save