Skip to content

Commit abd2c01

Browse files
committed
Fix error from linter
1 parent 997d64e commit abd2c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Language/Go.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function getParamExample(array $param): string
272272
public function getFilters(): array
273273
{
274274
return [
275-
new TwigFilter('godocComment', function ($value, $indent=0) {
275+
new TwigFilter('godocComment', function ($value, $indent = 0) {
276276
$value = trim($value);
277277
$value = explode("\n", $value);
278278
$indent = \str_repeat(' ', $indent);

0 commit comments

Comments
 (0)