Skip to content

Commit

Permalink
Remove mixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Apr 18, 2024
1 parent 1c8aad0 commit e59ea35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
class LoadSubtreeRequest extends CriterionParser
{
/**
* @param array<mixed> $data
*
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidCriterionArgumentException
*/
public function parse(array $data, ParsingDispatcher $parsingDispatcher): LoadSubtreeRequestValue
Expand Down
3 changes: 0 additions & 3 deletions src/lib/UI/Module/ContentTree/NodeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ private function aggregationResultToArray(TermAggregationResult $aggregationResu
return $resultsAsArray;
}

/**
* @return mixed
*/
private function getSetting(string $name)
{
return $this->configResolver->getParameter("content_tree_module.$name");
Expand Down

0 comments on commit e59ea35

Please sign in to comment.