Commit a54f89a2 authored by catch's avatar catch
Browse files

Issue #3325772 by andypost, mondrake: Fix wrong property typehinting in SchemaCheckTrait

(cherry picked from commit 539f85fa)
parent fee84369
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ trait SchemaCheckTrait {
  /**
   * The config schema wrapper object for the configuration object under test.
   *
   * @var \Drupal\Core\Config\Schema\Element
   * @var \Drupal\Core\TypedData\TraversableTypedDataInterface
   */
  protected $schema;