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:
Robert Korulczyk
2017-08-21 11:19:35 +02:00
committed by Carsten Brandt
parent 1501c659ac
commit 5a8c3d537b
248 changed files with 624 additions and 510 deletions

View File

@ -131,7 +131,7 @@ class HelpController extends Controller
}
/**
* Displays usage information for $action
* Displays usage information for $action.
*
* @param string $action route to action
* @since 2.0.11