Linting fix

This commit is contained in:
cpenny 2020-06-08 09:35:00 +12:00
parent d4165db690
commit f72491f7f4

View File

@ -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();