declare strict mode in unit tests

This commit is contained in:
Art4 2024-12-22 18:48:46 +00:00
parent 75772d874f
commit 6f570a08e5
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,8 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
declare(strict_types = 1);
namespace Friendica\Test\Unit\Util;
use Friendica\Util\BasePath;

View file

@ -5,6 +5,8 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
declare(strict_types = 1);
namespace Friendica\Test\Unit\Util;
use Friendica\Util\Crypto;