From: Tobias Diekershoff Date: Tue, 20 Aug 2024 04:52:12 +0000 (+0200) Subject: fix php syntax X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a2c7a1f7416e45575c539d01424b8efd8aeca11;p=friendica.git fix php syntax --- diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 64aeb6cf6c..272180fd12 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,27 +1,8 @@ - - . + * SPDX-License-Identifier: CC0-1.0 */ declare(strict_types=1); diff --git a/.php_cs.dist b/.php_cs.dist index a78ed2a959..963386ed1f 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,8 +1,8 @@ - +/** + * SPDX-FileCopyrightText: 2010 - 2024 the Friendica project + * + * SPDX-License-Identifier: CC0-1.0 + **/