mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
chore(php): Auto-fixes of coding standards
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
610aa0f424
commit
956a1ab00f
97 changed files with 471 additions and 471 deletions
|
|
@ -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');
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue