Skip to content

Commit

Permalink
More style fixes :/
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilkg committed Sep 1, 2018
1 parent 1be59a6 commit e93b398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Helper/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

class Shell
{

const STDIN_DESCRIPTOR_KEY = 0;
const STDOUT_DESCRIPTOR_KEY = 1;
const STDERR_DESCRIPTOR_KEY = 2;
Expand Down
1 change: 0 additions & 1 deletion tests/Helper/ShellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

class ShellTest extends TestCase
{

public function test_get_output()
{
$shell = new Shell('echo hello');
Expand Down

0 comments on commit e93b398

Please sign in to comment.