File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ public function testPopulating(): void
125125 $ this ->assertEquals ($ res ->field1 , $ data ['field1 ' ]);
126126 $ this ->assertEquals ($ res ->field2 , $ data ['field2 ' ]);
127127 $ this ->assertEquals ($ res ->field3 , $ data ['field3 ' ]);
128- $ this ->assertEquals ($ res ->field4 , " default_value_when_not_set_in_data " );
128+ $ this ->assertEquals ($ res ->field4 , ' default_value_when_not_set_in_data ' );
129129 $ this ->assertEquals ($ res ->field5 , []);
130130 $ this ->assertEquals ($ res ->field6 , null );
131131
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ final class InputType1
2424 /**
2525 * @var mixed
2626 */
27- public $ field4 = " default_value_when_not_set_in_data " ;
27+ public $ field4 = ' default_value_when_not_set_in_data ' ;
2828
2929 /**
3030 * @var array
You can’t perform that action at this time.
0 commit comments