Skip to content

Commit

Permalink
DataFavorites #827
Browse files Browse the repository at this point in the history
code fix
  • Loading branch information
protitude committed Feb 3, 2025
1 parent 142bccd commit f1592e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/search_api/processor/DataFavorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public function __construct(array $configuration, $plugin_id, $plugin_definition
/**
* {@inheritdoc}
*/
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static(
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition): self {
return new self(
$configuration,
$plugin_id,
$plugin_definition,
Expand Down

0 comments on commit f1592e4

Please sign in to comment.