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 9c13fa1 commit a2c1d01Copy full SHA for a2c1d01
tests/Command/GenerateCommandTest.php
@@ -489,7 +489,7 @@ public function testSupersededProperties(): void
489
* @see https://schema.org/award
490
*/
491
#[ORM\Column(type: 'text', nullable: true)]
492
- #[ApiProperty(iri: 'https://schema.org/award')]
+ #[ApiProperty(types: ['https://schema.org/award'])]
493
private ?string $award = null;
494
PHP
495
, $creativeWork);
0 commit comments