Commit 8bced4b7 authored by Derek Wright's avatar Derek Wright
Browse files

Issue #3291700 by dww: Add :void return type to QuickEditTestBase::setUp().

parent da75cc0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ abstract class QuickEditTestBase extends KernelTestBase {
  /**
   * Sets the default field storage backend for fields created during tests.
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    $this->fields = new \ArrayObject([], \ArrayObject::ARRAY_AS_PROPS);