Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 31, 2023
1 parent b138b7c commit 28ac99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ever have a form field that depends on another?
* Have multiple-level dependencies (e.g. field A depends on field B
which depends on field C).

```
```php
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder = new DynamicFormBuilder($builder);
Expand Down

0 comments on commit 28ac99d

Please sign in to comment.