From: Art4 Date: Sun, 3 Nov 2024 10:24:15 +0000 (+0100) Subject: Add license note an scan directory for PHPStan X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=adb1bd2ad002a662c0a0f63507d9ae943b8ec7c2;p=friendica.git Add license note an scan directory for PHPStan --- diff --git a/.phpstan.neon b/.phpstan.neon index d69bb2f99c..ab1b5e1dc2 100644 --- a/.phpstan.neon +++ b/.phpstan.neon @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project +# +# SPDX-License-Identifier: CC0-1.0 + parameters: level: 0 @@ -7,3 +11,4 @@ parameters: scanDirectories: - mod - vendor + - view