Skip to content

Commit 20c2121

Browse files
committed
add phpDoc
1 parent 22891dd commit 20c2121

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3-
"version": "1.1.0.0",
3+
"version": "1.1.0.1",
44
"type": "library",
55
"description": "The little project for auto-deploying projects to a hosting",
66
"keywords": [

shell_lib.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ function __construct($securityKey, $project_root = '.', $log_file = 'git-deploy-
128128
LogHelper::init($this->log_file);
129129
}
130130

131+
/**
132+
* Fastest executing for typical cases
133+
* @param array $customCommands
134+
*/
131135
public function run(array $customCommands = [])
132136
{
133137
$this->begin();

0 commit comments

Comments
 (0)