Skip to content

Commit

Permalink
Simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Dec 3, 2024
1 parent c20f4ea commit b646b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/VuFind/src/VuFind/Search/History.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ class History
* @param SearchServiceInterface $searchService Search table
* @param string $sessionId Session ID
* @param \VuFind\Search\Results\PluginManager $resultsManager Results manager
* @param ?\VuFind\Config\Config $config Configuration
* @param ?Config $config Configuration
*/
public function __construct(
protected SearchServiceInterface $searchService,
protected string $sessionId,
protected \VuFind\Search\Results\PluginManager $resultsManager,
protected ?\VuFind\Config\Config $config = null
protected ?Config $config = null
) {
}

Expand Down

0 comments on commit b646b69

Please sign in to comment.