Skip to content

Commit 1f57065

Browse files
authored
Merge pull request #251 from WinterSilence/patch-1
Pass missed $priority in ProjectFactory::addStrategy()
2 parents 0debbd0 + 8745244 commit 1f57065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpDocumentor/Reflection/Php/ProjectFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function addStrategy(
9191
ProjectFactoryStrategy $strategy,
9292
int $priority = ProjectFactoryStrategies::DEFAULT_PRIORITY
9393
): void {
94-
$this->strategies->addStrategy($strategy);
94+
$this->strategies->addStrategy($strategy, $priority);
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)