mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Enable phpdoc_summary
rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config. * Fix case in "PHPDoc".
This commit is contained in:

committed by
Carsten Brandt

parent
1501c659ac
commit
5a8c3d537b
@ -580,9 +580,9 @@ class DateValidatorTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* returns true if the version of ICU is old and has a bug that makes it
|
||||
* Returns true if the version of ICU is old and has a bug that makes it
|
||||
* impossible to parse two digit years properly.
|
||||
* see http://bugs.icu-project.org/trac/ticket/9836
|
||||
* @see http://bugs.icu-project.org/trac/ticket/9836
|
||||
* @return bool
|
||||
*/
|
||||
private function checkOldIcuBug()
|
||||
|
Reference in New Issue
Block a user