Skip to content

Commit 5402fdb

Browse files
committed
adding documentation for a function
1 parent 63a377d commit 5402fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PatternLab/Console/ProcessSpawner.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ public function spawn($commands = array(), $quiet = false) {
7979

8080
}
8181

82+
/**
83+
* Build the process from the given commandOptions
84+
* @param {Array} the options from which to build the process
85+
*/
8286
protected function buildProcess($commandOptions) {
8387

8488
if (is_string($commandOptions)) {

0 commit comments

Comments
 (0)