Skip to content

Commit 28ac99d

Browse files
committed
fix readme formatting
1 parent b138b7c commit 28ac99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ever have a form field that depends on another?
1010
* Have multiple-level dependencies (e.g. field A depends on field B
1111
which depends on field C).
1212

13-
```
13+
```php
1414
public function buildForm(FormBuilderInterface $builder, array $options): void
1515
{
1616
$builder = new DynamicFormBuilder($builder);

0 commit comments

Comments
 (0)