Skip to content
Snippets Groups Projects

Issue #3431155: Drupal 11

Merged Adam Bramley requested to merge issue/json_ld_schema-3431155:3431155-2.x into 2.x
Files
28
<?php
declare(strict_types=1);
namespace Drupal\json_ld_schema\Annotation;
use Drupal\Component\Annotation\Plugin;
@@ -11,18 +13,7 @@ use Drupal\Component\Annotation\Plugin;
*/
class JsonLdEntity extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The label.
*
* @var string
*/
public $label;
public string $id;
public string $label;
}
Loading