diff --git a/legacy/application/common/DateHelper.php b/legacy/application/common/DateHelper.php index 9ce4bc4ea..48ee75a88 100644 --- a/legacy/application/common/DateHelper.php +++ b/legacy/application/common/DateHelper.php @@ -461,9 +461,9 @@ class Application_Common_DateHelper * if no start or end parameter is passed start will be set to 1 * in the past and end to now. * - * @param string startTimestamp Y-m-d H:i:s - * @param string endTImestamp Y-m-d H:i:s - * @param string timezone (ex UTC) of the start and end parameters + * @param string startTimestamp Y-m-d H:i:s + * @param string endTImestamp Y-m-d H:i:s + * @param string timezone (ex UTC) of the start and end parameters * @param mixed $startTimestamp * @param mixed $endTimestamp * @param mixed $timezone diff --git a/legacy/tools/composer.json b/legacy/tools/composer.json index 307853c3d..48fb468d5 100644 --- a/legacy/tools/composer.json +++ b/legacy/tools/composer.json @@ -1,6 +1,6 @@ { "require": { "php": "^7.4", - "friendsofphp/php-cs-fixer": "<3.41.2" + "friendsofphp/php-cs-fixer": "<3.42.1" } }