mirror of
https://github.com/friendica/friendica
synced 2025-01-31 02:19:47 +00:00
declare strict mode in unit tests
This commit is contained in:
parent
75772d874f
commit
6f570a08e5
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue