https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Api/Repo.php#L629 `public function merge` has `@return array|null` but it calls `post` which has `@return array|string` so it should be change to `@return array|string`