Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
TTWEBTAKEN-196: Add Drupal 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvdwalle committed Oct 16, 2023
1 parent 245fdc6 commit 56070a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SiteTypeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getSiteTypes() {
/**
* {@inheritdoc}
*/
public function getContentTypes():array {
public function getContentTypes(): array {
/** @var \Drupal\node\NodeTypeInterface[] $types */
$types = &drupal_static(__FUNCTION__, []);

Expand Down

0 comments on commit 56070a3

Please sign in to comment.