Skip to content

Commit

Permalink
EWPP-2016: Declare return type in new method.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza authored and 22Alexandra committed Mar 23, 2022
1 parent 22991c5 commit 3589313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use Drupal\Core\Entity\EntityInterface;
/**
* Implements hook_theme().
*/
function oe_theme_content_person_theme() {
function oe_theme_content_person_theme(): array {
return [
'oe_theme_content_person_job_list' => [
'variables' => [
Expand Down

0 comments on commit 3589313

Please sign in to comment.