@@ -93,7 +93,7 @@ public function testGetFormWithoutExcludedGroups(): void {
9393 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'no ' ],
9494 ['core ' , 'shareapi_public_link_disclaimertext ' , null , 'Lorem ipsum ' ],
9595 ['core ' , 'shareapi_enable_link_password_by_default ' , 'no ' , 'yes ' ],
96- ['core ' , 'shareapi_default_permissions ' , Constants::PERMISSION_ALL , Constants::PERMISSION_ALL ],
96+ ['core ' , 'shareapi_default_permissions ' , ( string ) Constants::PERMISSION_ALL , Constants::PERMISSION_ALL ],
9797 ['core ' , 'shareapi_default_internal_expire_date ' , 'no ' , 'no ' ],
9898 ['core ' , 'shareapi_internal_expire_after_n_days ' , '7 ' , '7 ' ],
9999 ['core ' , 'shareapi_enforce_internal_expire_date ' , 'no ' , 'no ' ],
@@ -175,7 +175,7 @@ public function testGetFormWithExcludedGroups(): void {
175175 ['core ' , 'shareapi_exclude_groups ' , 'no ' , 'yes ' ],
176176 ['core ' , 'shareapi_public_link_disclaimertext ' , null , 'Lorem ipsum ' ],
177177 ['core ' , 'shareapi_enable_link_password_by_default ' , 'no ' , 'yes ' ],
178- ['core ' , 'shareapi_default_permissions ' , Constants::PERMISSION_ALL , Constants::PERMISSION_ALL ],
178+ ['core ' , 'shareapi_default_permissions ' , ( string ) Constants::PERMISSION_ALL , Constants::PERMISSION_ALL ],
179179 ['core ' , 'shareapi_default_internal_expire_date ' , 'no ' , 'no ' ],
180180 ['core ' , 'shareapi_internal_expire_after_n_days ' , '7 ' , '7 ' ],
181181 ['core ' , 'shareapi_enforce_internal_expire_date ' , 'no ' , 'no ' ],
0 commit comments