mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Typo in PHPDoc type
This commit is contained in:
parent
3244603458
commit
624a5326a7
@ -38,7 +38,7 @@ class GridFieldFooter implements GridField_HTMLProvider
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param string $message A message to display in the footer
|
* @param string $message A message to display in the footer
|
||||||
* @param boolt $showrecordcount
|
* @param bool $showrecordcount
|
||||||
*/
|
*/
|
||||||
public function __construct($message = null, $showrecordcount = true)
|
public function __construct($message = null, $showrecordcount = true)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user