We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0debbd0 + 8745244 commit 1f57065Copy full SHA for 1f57065
src/phpDocumentor/Reflection/Php/ProjectFactory.php
@@ -91,7 +91,7 @@ public function addStrategy(
91
ProjectFactoryStrategy $strategy,
92
int $priority = ProjectFactoryStrategies::DEFAULT_PRIORITY
93
): void {
94
- $this->strategies->addStrategy($strategy);
+ $this->strategies->addStrategy($strategy, $priority);
95
}
96
97
/**
0 commit comments