Changelog update. Fixed phpDoc comment.

This commit is contained in:
diezztsk
2016-11-07 10:35:20 +07:00
parent 99f1d04421
commit e30e53843a
2 changed files with 3 additions and 1 deletions

View File

@ -439,8 +439,9 @@ class HelpController extends Controller
}
/**
* Display a default help header.
* Return a default help header.
* @return string default help header.
* @since 2.0.11
*/
protected function getDefaultHelpHeader()
{