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
@ -61,7 +61,8 @@ class DbQueryDependency extends Dependency
|
||||
|
||||
/**
|
||||
* Generates the data needed to determine if dependency is changed.
|
||||
* This method returns the query result
|
||||
*
|
||||
* This method returns the query result.
|
||||
* @param CacheInterface $cache the cache component that is currently evaluating this dependency
|
||||
* @return mixed the data needed to determine if dependency has been changed.
|
||||
* @throws InvalidConfigException on invalid configuration.
|
||||
|
Reference in New Issue
Block a user