Fix coding standards (using PHP Coding Standards Fixer)

This commit is contained in:
Meritoo
2019-04-02 12:03:53 +02:00
parent 7ddfcf6946
commit 1b4577cc8a
5 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ class Date
*
* @param int $period The period, type of period. One of DatePeriod class constants, e.g. DatePeriod::LAST_WEEK.
* @throws Exception
* @return null|DatePeriod
* @return DatePeriod|null
*/
public static function getDatesForPeriod($period)
{