Typo in PHPDoc type

This commit is contained in:
Robbie Averill 2018-05-30 14:51:09 +12:00 committed by GitHub
parent 3244603458
commit 624a5326a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ class GridFieldFooter implements GridField_HTMLProvider
/**
*
* @param string $message A message to display in the footer
* @param boolt $showrecordcount
* @param bool $showrecordcount
*/
public function __construct($message = null, $showrecordcount = true)
{