PHPCS linting error on indentation

This commit is contained in:
Robbie Averill 2019-04-05 16:29:24 +13:00 committed by GitHub
parent 2073ac85c2
commit 8b4b54f264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class GridFieldLevelup implements GridField_HTMLProvider
));
$template = SSViewer::get_templates_by_class($this, '', __CLASS__);
return array(
return array(
'before' => $forTemplate->renderWith($template),
);
}