Skip to content

Commit

Permalink
Fixed php stan error -- #7246
Browse files Browse the repository at this point in the history
# Conflicts:
#	inc/Engine/Media/PreconnectExternalDomains/ServiceProvider.php
  • Loading branch information
Khadreal committed Feb 19, 2025
1 parent bc3b51a commit 3430936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inc/Engine/Media/PreconnectExternalDomains/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ class Factory implements FactoryInterface {
/**
* Instantiate the class.
*
* @param QueriesInterface $queries Preconnect external domains Queries instance.
* @param ContextInterface $context Preconnect external domains Context instance.
*/
public function __construct( ContextInterface $context ) {
public function __construct( QueriesInterface $queries, ContextInterface $context ) {
$this->context = $context;
$this->queries = $queries;
}

/**
Expand Down

0 comments on commit 3430936

Please sign in to comment.