From 3f9d5e11d1b2c47a69a929bb63479c49f6a52d7a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 12 Jul 2023 21:56:09 +0200 Subject: tests: AccessListTest move type annotation to code This cleans up the doc comment. Should probably try to do this everywhere. --- tests/unit/Access/AccessListTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/unit/Access/AccessListTest.php b/tests/unit/Access/AccessListTest.php index 0952949f5..1b18a8340 100644 --- a/tests/unit/Access/AccessListTest.php +++ b/tests/unit/Access/AccessListTest.php @@ -34,10 +34,9 @@ use Zotlabs\Access\AccessList; class AccessListTest extends UnitTestCase { /** - * @brief Expected result for most tests. - * @var array + * Expected result for most tests. */ - protected $expectedResult = [ + protected array $expectedResult = [ 'allow_cid' => '', 'allow_gid' => '', 'deny_cid' => '', -- cgit v1.2.3