From ee3b9c54bfc2268497f76f177f79f35e1430543a Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Fri, 27 Mar 2015 21:26:56 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- Timer/Timer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timer/Timer.php b/Timer/Timer.php index 37ba982..ca90306 100644 --- a/Timer/Timer.php +++ b/Timer/Timer.php @@ -293,7 +293,7 @@ private function checkTime($intervals = array()) /** * Check date string or object and convert if necessary. * - * @param mixed $date + * @param string|null $date * @return \DateTime */ private function convertDate($date)