php*: add Korean translation (#14630)
This commit is contained in:
36
pages.ko/common/php-cs-fixer.md
Normal file
36
pages.ko/common/php-cs-fixer.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# PHP-CS-Fixer
|
||||
|
||||
> PHP 코딩 스타일 자동 수정 도구.
|
||||
> 더 많은 정보: <https://github.com/FriendsOfPHP/PHP-CS-Fixer>.
|
||||
|
||||
- 현재 디렉토리에서 코드 스타일 수정 실행:
|
||||
|
||||
`php-cs-fixer fix`
|
||||
|
||||
- 특정 디렉토리에서 코드 스타일 수정 실행:
|
||||
|
||||
`php-cs-fixer fix {{경로/대상/폴더}}`
|
||||
|
||||
- 변경 사항을 적용하지 않고 코드 스타일 검사 실행:
|
||||
|
||||
`php-cs-fixer fix --dry-run`
|
||||
|
||||
- 특정 규칙을 사용하여 코드 스타일 수정 실행:
|
||||
|
||||
`php-cs-fixer fix --rules={{규칙들}}`
|
||||
|
||||
- 적용된 규칙 표시:
|
||||
|
||||
`php-cs-fixer fix --verbose`
|
||||
|
||||
- 다른 형식으로 결과 출력:
|
||||
|
||||
`php-cs-fixer fix --format={{txt|json|xml|checkstyle|junit|gitlab}}`
|
||||
|
||||
- 수정이 필요한 파일 표시:
|
||||
|
||||
`php-cs-fixer list-files`
|
||||
|
||||
- 규칙 또는 규칙 세트 설명:
|
||||
|
||||
`php-cs-fixer describe {{규칙}}`
|
Reference in New Issue
Block a user