]> git.mxchange.org Git - friendica.git/commitdiff
fix php syntax
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 21 Aug 2024 04:52:03 +0000 (06:52 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 23 Aug 2024 06:23:28 +0000 (08:23 +0200)
.php_cs.dist

index 963386ed1fc3c2e4e0bb654459de117ab8811374..a0903066383739c3fc5e782c6777a857ab0b7edc 100644 (file)
@@ -1,11 +1,10 @@
+<?php
 /**
  * SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
  *
  * SPDX-License-Identifier: CC0-1.0
  **/
 
-<?php
-
 declare(strict_types=1);
 
 require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';