File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ class DateDimensionTest extends EntityTestCase
4141 #[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
4242 #[Override]
4343 public function testThatSetterOnlyAcceptSpecifiedType (
44- ? string $ property = null ,
45- ? string $ type = null ,
44+ string $ property ,
45+ string $ type ,
4646 FieldMapping |AssociationMapping |null $ meta ,
4747 ): void {
4848 self ::markTestSkipped ('There is not setter in read only entity... ' );
@@ -55,9 +55,9 @@ public function testThatSetterOnlyAcceptSpecifiedType(
5555 #[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
5656 #[Override]
5757 public function testThatSetterReturnsInstanceOfEntity (
58- ? string $ property = null ,
59- ? string $ type = null ,
60- FieldMapping |AssociationMapping |null $ meta = null
58+ string $ property ,
59+ string $ type ,
60+ FieldMapping |AssociationMapping |null $ meta,
6161 ): void {
6262 self ::markTestSkipped ('There is not setter in read only entity... ' );
6363 }
You can’t perform that action at this time.
0 commit comments