Skip to content

Commit

Permalink
correct parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 26, 2015
1 parent 3e98bf1 commit 948044e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ChronosInterface.php
Expand Up @@ -277,15 +277,15 @@ public function timestamp($value);
/**
* Alias for setTimezone()
*
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to should use.
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to use.
* @return static
*/
public function timezone($value);

/**
* Alias for setTimezone()
*
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to should use.
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to use.
* @return static
*/
public function tz($value);
Expand Down
4 changes: 2 additions & 2 deletions src/DateTimeTrait.php
Expand Up @@ -506,7 +506,7 @@ public function timestamp($value)
/**
* Alias for setTimezone()
*
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to should use.
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to use.
* @return static
*/
public function timezone($value)
Expand All @@ -517,7 +517,7 @@ public function timezone($value)
/**
* Alias for setTimezone()
*
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to should use.
* @param DateTimeZone|string $value The DateTimeZone object or timezone name to use.
* @return static
*/
public function tz($value)
Expand Down

0 comments on commit 948044e

Please sign in to comment.