From 3a2c7a1f7416e45575c539d01424b8efd8aeca11 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 20 Aug 2024 06:52:12 +0200 Subject: [PATCH] fix php syntax --- .php-cs-fixer.dist.php | 23 ++--------------------- .php_cs.dist | 10 +++++----- 2 files changed, 7 insertions(+), 26 deletions(-) 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 + **/