Merge pull request #22380 from owncloud/make-scrutinizer-happy

Fix typo in PHPDoc
This commit is contained in:
Thomas Müller 2016-02-15 07:01:41 +01:00
commit db79799eb8
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ use OCP\Notification\INotification;
use OCP\Notification\INotifier;
class Manager implements IManager {
/** @var IApp */
/** @var IApp[] */
protected $apps;
/** @var INotifier */

View File

@ -50,7 +50,7 @@ use OCP\IConfig;
*/
class Manager extends PublicEmitter implements IUserManager {
/**
* @var \OCP\UserInterface [] $backends
* @var \OCP\UserInterface[] $backends
*/
private $backends = array();