Skip to content

Commit

Permalink
Fix format() thrown exceptions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 31, 2024
1 parent f43610e commit 12f4505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/php/util/Date.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ public function toString(string $format= self::DEFAULT_FORMAT, $timezone= null):
* @param string $format
* @param ?string|util.TimeZone $timezone
* @return string
* @throws lang.IllegalArgumentException if unsupported token has been given
*/
public function format(string $format, $timezone= null): string {
static $replace= [
Expand Down

0 comments on commit 12f4505

Please sign in to comment.