summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2016-10-19 14:49:06 +0200
committerUrban Müller2016-10-19 14:49:06 +0200
commitedc1481438baf32e26fe7331cc752a7ea51576cb (patch)
treeff7b28a8cad31effbbb5da6e2591c00729027acf
parentaf7fd520a0b3731201089f63cdf30554b2310167 (diff)
downloaditools-edc1481438baf32e26fe7331cc752a7ea51576cb.tar.gz
itools-edc1481438baf32e26fe7331cc752a7ea51576cb.tar.bz2
itools-edc1481438baf32e26fe7331cc752a7ea51576cb.zip
fix phan warnings
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 34eeefc..45903b5 100644
--- a/it.class
+++ b/it.class
@@ -892,7 +892,7 @@ static function gets()
/**
* Like time() but overridable via debug param
*/
-function time()
+static function time()
{
return ($t = EDC('time')) ? strtotime(rtrim(it::replace(array('(\d\d\d\d)-(\d\d)-(\d\d)-(\d\d)-(\d\d)(-(\d\d))?' => '$1-$2-$3 $4:$5:$7', '^(\d\d)-(\d\d)(-(\d\d))?' => 'today $1:$2:$4'), $t), ":")) : time();
}