Skip to content

Commit

Permalink
SDK-4641 update phpcs file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyspryker committed Oct 20, 2023
1 parent 04cc2fe commit 897d6fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ protected function getProjectCSFixerConfigPath(): string
*/
protected function getInitialCsFixerConfig(): string
{
return INTEGRATOR_ROOT_DIR . DIRECTORY_SEPARATOR . static::INTERNAL_PHP_CS_FIXER_CONFIG_PATH;
return dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . static::INTERNAL_PHP_CS_FIXER_CONFIG_PATH;
}
}

0 comments on commit 897d6fe

Please sign in to comment.