X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fconfig%2FConfigFactory.php;h=bd174b2ed675be69aad166e4b80417ee3edfc4ed;hb=9c7f6734c397a954b8eaa5ec73876f2b4bf92afb;hp=696bbf462f3a599bc49a1c065819ece78d22b343;hpb=ebba25929c3672b9b6b05537856dda71645706aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/ConfigFactory.php b/includes/config/ConfigFactory.php index 696bbf462f..bd174b2ed6 100644 --- a/includes/config/ConfigFactory.php +++ b/includes/config/ConfigFactory.php @@ -66,7 +66,8 @@ class ConfigFactory implements SalvageableService { public function salvage( SalvageableService $other ) { Assert::parameterType( self::class, $other, '$other' ); - /** @var ConfigFactory $other */ + /** @var self $other */ + '@phan-var self $other'; foreach ( $other->factoryFunctions as $name => $otherFunc ) { if ( !isset( $this->factoryFunctions[$name] ) ) { continue;