diff --git a/src/Controller/ComponentFormController.php b/src/Controller/ComponentFormController.php
index 016a0fe642b79e9ddd13aab7e8b353455a8655d9..8bf5da935648292150151ae796ecd55224990139 100644
--- a/src/Controller/ComponentFormController.php
+++ b/src/Controller/ComponentFormController.php
@@ -19,23 +19,6 @@ class ComponentFormController extends ControllerBase {
   use AjaxHelperTrait;
   use DialogHelperTrait;
 
-  /**
-   * The options to use for opening the dialog.
-   *
-   * @var array
-   */
-  protected $dialogOptions = [
-    'modal' => TRUE,
-    'width' => '70%',
-    'minWidth' => 500,
-    'maxWidth' => 1000,
-    'draggable' => TRUE,
-    'drupalAutoButtons' => FALSE,
-    'classes' => [
-      'ui-dialog' => 'lpe-dialog',
-    ],
-  ];
-
   /**
    * Responds with a component insert form.
    *
diff --git a/src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php b/src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php
index e2a637ffa7f291b53a9828e89880a6a410270f3d..dcf0c052f4e37b7d66a1e080d6cfd53f2c1b5f46 100644
--- a/src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php
+++ b/src/Plugin/paragraphs/Behavior/LayoutParagraphsBehavior.php
@@ -75,7 +75,7 @@ class LayoutParagraphsBehavior extends ParagraphsBehaviorBase {
    *   The grid discovery service.
    * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
    *   The grid discovery service.
-   * @param \Drupal\layout_paragraphs\LayoutParagraphsRendererService $layout_paragraphs_service
+   * @param \Drupal\layout_paragraphs\LayoutParagraphsRendererService $layout_paragraphs_renderer_service
    *   The layout paragraphs service.
    */
   public function __construct(