Commit 44fde3de authored by catch's avatar catch
Browse files

Issue #3465370 by acbramley: Fix typehint of ContextDefinition's $label constructor param

(cherry picked from commit 0b4c82e0)
parent 153fe548
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public static function create($data_type = 'any') {
   *
   * @param string $data_type
   *   The required data type.
   * @param string|null $label
   * @param string|null|\Stringable $label
   *   The label of this context definition for the UI.
   * @param bool $required
   *   Whether the context definition is required.