Skip to content

Commit a2c1d01

Browse files
committed
fix
1 parent 9c13fa1 commit a2c1d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/GenerateCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public function testSupersededProperties(): void
489489
* @see https://schema.org/award
490490
*/
491491
#[ORM\Column(type: 'text', nullable: true)]
492-
#[ApiProperty(iri: 'https://schema.org/award')]
492+
#[ApiProperty(types: ['https://schema.org/award'])]
493493
private ?string $award = null;
494494
PHP
495495
, $creativeWork);

0 commit comments

Comments
 (0)