Skip to content

Commit 5752693

Browse files
author
Cully Larson
committed
Put a space in a file to fix some kind of github/packagist labeling confusion.
1 parent 79fb4aa commit 5752693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cully/ICommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ interface ICommand {
77
* @param string $command
88
* @param string|null $cwd The working directory in which to execute the command
99
* @param array $env Any environment variables to set
10+
*
1011
* @return void
1112
*/
1213
public function exec($command, $cwd=null, array $env=[]);

0 commit comments

Comments
 (0)