Fix php CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2021-01-25 11:00:17 +01:00
committed by backportbot[bot]
parent 0fdffc19ae
commit 9e438a9bb6

View File

@@ -45,7 +45,6 @@ use OCP\Activity\IManager;
use OCP\AppFramework\Db\DoesNotExistException; use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Db\MultipleObjectsReturnedException; use OCP\AppFramework\Db\MultipleObjectsReturnedException;
use OCP\Comments\IComment; use OCP\Comments\IComment;
use OCP\IL10N;
use OCP\IUser; use OCP\IUser;
use OCP\L10N\IFactory; use OCP\L10N\IFactory;
@@ -129,7 +128,6 @@ class ActivityManager {
/** /**
* @param string $subjectIdentifier * @param string $subjectIdentifier
* @param $subjectIdentifier
* @param array $subjectParams * @param array $subjectParams
* @param bool $ownActivity * @param bool $ownActivity
* @return string * @return string