From 1e795f1a80196b5aec713e2d2a95daa5fb9f0b42 Mon Sep 17 00:00:00 2001 From: siad007 Date: Thu, 9 Oct 2014 23:46:56 +0200 Subject: [PATCH] Added alias to master branch --- composer.json | 5 +++++ src/Command/AbstractCommand.php | 2 ++ 2 files changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 0679c1d..8d619e0 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,11 @@ "phpunit/phpunit" : "~4", "codeclimate/php-test-reporter": "dev-master" }, + "extra": { + "branch-alias": { + "dev-master": "0.0.x-dev" + } + }, "license" : "MIT", "description" : "VersionControl_HG is a library that provides an OO interface to handle Mercurial repositories.", "support" : { diff --git a/src/Command/AbstractCommand.php b/src/Command/AbstractCommand.php index 2610006..0a34705 100644 --- a/src/Command/AbstractCommand.php +++ b/src/Command/AbstractCommand.php @@ -140,6 +140,8 @@ public function __construct($options = []) * Execute mercurial command. * * @return string + * + * @throws \RuntimeException */ public function execute() {