PhpCsFixer\Fixer\Phpdoc\PhpdocNoAccessFixer::createProxyFixer PHP Method

createProxyFixer() protected method

protected createProxyFixer ( )
    protected function createProxyFixer()
    {
        $fixer = new GeneralPhpdocAnnotationRemoveFixer();
        $fixer->configure(array('access'));
        return $fixer;
    }