diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Access/AccessListTest.php | 5 |
1 files 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' => '<acid><acid2>', 'allow_gid' => '<agid>', 'deny_cid' => '', |