chore(php): Auto-fixes of coding standards

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-08-23 14:09:23 +02:00
parent 610aa0f424
commit 956a1ab00f
No known key found for this signature in database
GPG key ID: C400AAF20C1BB6FC
97 changed files with 471 additions and 471 deletions

View file

@ -6,8 +6,8 @@ declare(strict_types=1);
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/** @var $_ array */
/** @var $l \OCP\IL10N */
/** @var array $_ */
/** @var \OCP\IL10N $l */
\OCP\Util::addStyle('core', 'publicshareauth');
\OCP\Util::addScript('core', 'publicshareauth');
?>