Skip to content

Commit

Permalink
Merge branch 'master' into reorganize-all-namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 26, 2022
2 parents d9e0276 + 50d1bdf commit ee30113
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
class DateString implements Stringable
{
/** Date format constants */
const DATETIME_FORMAT = 'c';
const SENTENCE_FORMAT = 'l M jS, Y, \a\t g:ia';
const SHORT_FORMAT = 'M jS, Y';
public const DATETIME_FORMAT = 'c';
public const SENTENCE_FORMAT = 'l M jS, Y, \a\t g:ia';
public const SHORT_FORMAT = 'M jS, Y';

/** The original date string. */
public string $string;
Expand Down

0 comments on commit ee30113

Please sign in to comment.