We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7205c commit 4c2e402Copy full SHA for 4c2e402
tests/Form/FieldClassTest.php
@@ -554,7 +554,7 @@ public function testProps(): void
554
icon: $icon = 'Icon value',
555
label: $label = 'Label value',
556
name: $name = 'name-value',
557
- placeholder: $placeholder ='Placeholder value',
+ placeholder: $placeholder = 'Placeholder value',
558
required: true,
559
translate: false,
560
when: $when = ['a' => 'b'],
0 commit comments