Commit 10b44563 authored by catch's avatar catch
Browse files

Issue #3034324 by BlacKICEUA, nanak: Incorrect PHPDoc comment for public...

Issue #3034324 by BlacKICEUA, nanak: Incorrect PHPDoc comment for public function FormStateInterface::has($property)
parent 7e1043ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ public function set($property, $value);
  /**
   * Determines if an arbitrary property is present.
   *
   * @param string $property
   * @param string|array $property
   *   Properties are often stored as multi-dimensional associative arrays. If
   *   $property is a string, it will return isset($storage[$property]). If
   *   $property is an array, each element of the array will be used as a nested