mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Linting fix
This commit is contained in:
parent
d4165db690
commit
f72491f7f4
@ -25,7 +25,7 @@ class CompositeValidatorTest extends SapphireTest
|
||||
* @param array $fieldNames
|
||||
* @return Form
|
||||
*/
|
||||
protected function getForm(array $fieldNames = array()): Form
|
||||
protected function getForm(array $fieldNames = []): Form
|
||||
{
|
||||
// Setup field list now. We're only worried about names right now
|
||||
$fieldList = new FieldList();
|
||||
|
Loading…
Reference in New Issue
Block a user