mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Remove bool explicit type definition to please PHP 5.6
This commit is contained in:
parent
d280c54860
commit
39ee08cff9
@ -286,7 +286,7 @@ class EditableFormFieldTest extends FunctionalTest
|
||||
* @param $expected
|
||||
* @dataProvider displayedProvider
|
||||
*/
|
||||
public function testIsDisplayed($fieldName, $data, bool $expected)
|
||||
public function testIsDisplayed($fieldName, $data, $expected)
|
||||
{
|
||||
/** @var EditableFormField $field */
|
||||
$field = $this->objFromFixture(EditableTextField::class, $fieldName);
|
||||
|
Loading…
Reference in New Issue
Block a user