8000 fix cs-fixer issue · SymfonyCasts/dynamic-forms@a88bd36 · GitHub
[go: up one dir, main page]

Skip to content

Commit a88bd36

Browse files
author
Frans Weerts
committed
fix cs-fixer issue
1 parent e79be5b commit a88bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamicFormBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function setAttributes(array $attributes): static
289289
return $this;
290290
}
291291

292-
public function setDataMapper(?DataMapperInterface $dataMapper = null): static
292+
public function setDataMapper(DataMapperInterface $dataMapper = null): static
293293
{
294294
$this->builder->setDataMapper($dataMapper);
295295

0 commit comments

Comments
 (0)
0