@@ -70,7 +70,7 @@ public static function form(Form $form): Form
7070 ]),
7171 Forms \Components \Tabs::make ('Permissions ' )
7272 ->contained ()
73- //@phpstan-ignore-next-line
73+ // @phpstan-ignore-next-line
7474 ->tabs ([
7575 static ::getTabFormComponentForResources (),
7676 static ::getTabFormComponentForPage (),
@@ -124,6 +124,7 @@ public static function getRelations(): array
124124
125125 /**
126126 * @return array|PageRegistration[]
127+ *
127128 * @SuppressWarnings(PHPMD)
128129 */
129130 public static function getPages (): array
@@ -252,12 +253,7 @@ public static function getResourcePermissionOptions(array $entity): array
252253 }
253254
254255 /**
255- * @param Component $component
256- * @param string $operation
257- * @param array $permissions
258- * @param Model|null $record
259256 * @SuppressWarnings(PHPMD)
260- * @return void
261257 */
262258 public static function setPermissionStateForRecordPermissions (Component $ component , string $ operation , array $ permissions , ?Model $ record ): void
263259 {
@@ -389,11 +385,7 @@ public static function getTabFormComponentForSimpleResourcePermissionsView(): Co
389385 }
390386
391387 /**
392- * @param string $name
393- * @param array $options
394- * @param bool $searchable
395388 * @SuppressWarnings(PHPMD)
396- * @return Component
397389 */
398390 public static function getCheckboxListFormComponent (string $ name , array $ options , bool $ searchable = true ): Component
399391 {
0 commit comments