mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +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
@ -8,7 +8,7 @@
|
||||
namespace yii\web;
|
||||
|
||||
/**
|
||||
* TooManyRequestsHttpException represents a "Too Many Requests" HTTP exception with status code 429
|
||||
* TooManyRequestsHttpException represents a "Too Many Requests" HTTP exception with status code 429.
|
||||
*
|
||||
* Use this exception to indicate that a client has made too many requests in a
|
||||
* given period of time. For example, you would throw this exception when
|
||||
|
Reference in New Issue
Block a user