Skip to content

Commit

Permalink
CR-1184: API updates for PHP mess-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-foster-uk committed Jun 8, 2023
1 parent 7f0d148 commit 5d370dd
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ class PatcherSurvey extends Patcher
*/
public function __construct(FactoryInterface $diFactory, ContainerInterface $diContainer)
{
$this->addOpHandlerSurvey($diFactory,$diContainer);
$this->addOpHandlerLanguageSetting($diFactory,$diContainer);
$this->addOpHandlerQuestionGroup($diFactory,$diContainer);
$this->addOpHandlerQuestionGroupL10n($diFactory,$diContainer);
$this->addOpHandlerQuestion($diFactory,$diContainer);
$this->addOpHandlerQuestionL10n($diFactory,$diContainer);
$this->addOpHandlerQuestionAttribute($diFactory,$diContainer);
$this->addOpHandlerQuestionAnswer($diFactory,$diContainer);
$this->addOpHandlerSurvey($diFactory, $diContainer);
$this->addOpHandlerLanguageSetting($diFactory, $diContainer);
$this->addOpHandlerQuestionGroup($diFactory, $diContainer);
$this->addOpHandlerQuestionGroupL10n($diFactory, $diContainer);
$this->addOpHandlerQuestion($diFactory, $diContainer);
$this->addOpHandlerQuestionL10n($diFactory, $diContainer);
$this->addOpHandlerQuestionAttribute($diFactory, $diContainer);
$this->addOpHandlerQuestionAnswer($diFactory, $diContainer);
}

private function addOpHandlerSurvey(FactoryInterface $diFactory, ContainerInterface $diContainer): void
Expand Down

0 comments on commit 5d370dd

Please sign in to comment.