From cbd3aa7b8c41548d572e960439e857d4107e708d Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Sun, 10 May 2015 20:32:09 +0200 Subject: [PATCH] IGit: added missing static::init() --- src/IGit.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/IGit.php b/src/IGit.php index 9b296b4..01d773c 100644 --- a/src/IGit.php +++ b/src/IGit.php @@ -147,6 +147,17 @@ function isChanges(); + /** + * Init repo in directory + * @param string + * @param array|NULL + * @return self + * @throws GitException + */ + static function init($directory, array $params = NULL); + + + /** * Clones GIT repository from $url into $directory * @param string