Skip to content
Snippets Groups Projects

Issue #3428693: Update to v26.0

Files
2
@@ -34,7 +34,7 @@ class SchemaDotOrgInstaller implements SchemaDotOrgInstallerInterface {
/**
* Schema.org version.
*/
const VERSION = '23.0';
const VERSION = '26.0';
/**
* Constructs a SchemaDotOrgInstaller object.
@@ -535,7 +535,7 @@ class SchemaDotOrgInstaller implements SchemaDotOrgInstallerInterface {
* @see https://localize.drupal.org/translate/languages/en-gb/translate?project=schemadotorg
*/
declare(strict_types = 1);
declare(strict_types=1);
// phpcs:disable Drupal.Semantics.FunctionT.BackslashSingleQuote
Loading