Skip to content
Snippets Groups Projects

3492372 Explicitely nullable types

9 files
+ 28
23
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -19,9 +19,9 @@ class LayoutParagraphsPermissionsBuilderAccess extends LayoutParagraphsBuilderAc
public function access(
AccountInterface $account,
LayoutParagraphsLayout $layout_paragraphs_layout,
string $operation = NULL,
string $component_uuid = NULL,
ParagraphsTypeInterface $paragraph_type = NULL
?string $operation = NULL,
?string $component_uuid = NULL,
?ParagraphsTypeInterface $paragraph_type = NULL
) {
$access = parent::access($account, $layout_paragraphs_layout, $operation, $component_uuid, $paragraph_type);
if ($operation == 'reorder') {
Loading