Skip to content

Commit 8745244

Browse files
Pass missed $priority in ProjectFactory::addStrategy()
1 parent 0debbd0 commit 8745244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpDocumentor/Reflection/Php/ProjectFactory.php

Lines changed: 1 addition & 1 deletion
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)