1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11700] Fix a few more comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 04:45:58 +02:00
parent ccbb070652
commit d626ebaf1e
14 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ class datetime extends \DateTime
static protected $format_cache = array();
/**
* Constructs a new \instance of \phpbb\datetime, expanded to include an argument to inject
* Constructs a new instance of \phpbb\datetime, expanded to include an argument to inject
* the user context and modify the timezone to the users selected timezone if one is not set.
*
* @param string $time String in a format accepted by strtotime().