jqh 4 years ago
parent
commit
f66fda1370
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Form/BlockForm.php

+ 1 - 1
src/Form/BlockForm.php

@@ -47,7 +47,7 @@ class BlockForm extends WidgetForm
      *
      * @return $this
      */
-    public function pushField(Field &$field)
+    public function pushField(Field $field)
     {
         $this->form->builder()->fields()->push($field);
         $this->fields->push($field);