Verified Commit cda0cbb1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #2314645 by herom, jsobiecki, Pawelgorski87, quietone, ashutoshsngh,...

Issue #2314645 by herom, jsobiecki, Pawelgorski87, quietone, ashutoshsngh, zaporylie: Correct the type of $pattern in DateFormat

(cherry picked from commit fb1847b9)
parent e85f57ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ class DateFormat extends ConfigEntityBase implements DateFormatInterface {
  /**
   * The date format pattern.
   *
   * @var array
   * @var string
   */
  protected $pattern;