Skip to content

Commit

Permalink
Put a space in a file to fix some kind of github/packagist labeling c…
Browse files Browse the repository at this point in the history
…onfusion.
  • Loading branch information
Cully Larson committed Sep 8, 2015
1 parent 79fb4aa commit 5752693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cully/ICommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface ICommand {
* @param string $command
* @param string|null $cwd The working directory in which to execute the command
* @param array $env Any environment variables to set
*
* @return void
*/
public function exec($command, $cwd=null, array $env=[]);
Expand Down

0 comments on commit 5752693

Please sign in to comment.