PhpCsFixer\Console\Command\SelfUpdateCommand::getStreamContextOptions PHP Method

getStreamContextOptions() private method

private getStreamContextOptions ( string $method = 'GET' ) : array
$method string HTTP method
return array
    private function getStreamContextOptions($method = 'GET')
    {
        return array('http' => array('header' => 'User-Agent: FriendsOfPHP/PHP-CS-Fixer', 'method' => $method));
    }