mirror of
https://github.com/friendica/friendica
synced 2024-12-22 17:20:16 +00:00
fix php syntax
This commit is contained in:
parent
3a2c7a1f74
commit
7cb66681d8
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
|
<?php
|
||||||
/**
|
/**
|
||||||
* SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
* SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: CC0-1.0
|
* SPDX-License-Identifier: CC0-1.0
|
||||||
**/
|
**/
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';
|
require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';
|
||||||
|
|
Loading…
Reference in a new issue