Unverified Commit 386e98b8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3105095 by mikeegoulding, Eric_A:...

Issue #3105095 by mikeegoulding, Eric_A: ElementInfoManagerInterface::getInfoProperty() return type incorrect
parent 915b74f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public function getInfo($type);
   *   (Optional) The value to return if the element type does not specify a
   *   value for the property. Defaults to NULL.
   *
   * @return string
   * @return mixed
   *   The property value of the defined element type. Or the provided
   *   default value, which can be NULL.
   */