mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Fix coding standards (using PHP Coding Standards Fixer)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user