PHP 클래스 GrumPHP\Formatter\PhpCsFixerFormatter

상속: implements GrumPHP\Formatter\ProcessFormatterInterface
파일 보기 프로젝트 열기: phpro/grumphp 1 사용 예제들

공개 메소드들

메소드 설명
format ( Process $process ) : string
formatErrorMessage ( array $messages, array $suggestions ) : string
formatSuggestion ( Process $process ) : string
resetCounter ( ) Resets the internal counter.

비공개 메소드들

메소드 설명
formatFile ( array $file ) : string
formatJsonResponse ( array $json ) : string

메소드 상세

format() 공개 메소드

public format ( Process $process ) : string
$process Symfony\Component\Process\Process
리턴 string

formatErrorMessage() 공개 메소드

public formatErrorMessage ( array $messages, array $suggestions ) : string
$messages array
$suggestions array
리턴 string

formatSuggestion() 공개 메소드

public formatSuggestion ( Process $process ) : string
$process Symfony\Component\Process\Process
리턴 string

resetCounter() 공개 메소드

Resets the internal counter.
public resetCounter ( )