Skip to content

Commit

Permalink
Update docblocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Jul 31, 2017
1 parent 60f13b7 commit 019886f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Console/Events/CommandFinished.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ class CommandFinished
/**
* The console input.
*
* @var \Symfony\Component\Console\Input\InputInterface
* @var \Symfony\Component\Console\Input\InputInterface|null
*/
public $input;

/**
* The command output.
*
* @var \Symfony\Component\Console\Output\OutputInterface
* @var \Symfony\Component\Console\Output\OutputInterface|null
*/
protected $output;

Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Console/Events/CommandStarting.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ class CommandStarting
/**
* The console input.
*
* @var \Symfony\Component\Console\Input\InputInterface
* @var \Symfony\Component\Console\Input\InputInterface|null
*/
public $input;

/**
* The command output.
*
* @var \Symfony\Component\Console\Output\OutputInterface
* @var \Symfony\Component\Console\Output\OutputInterface|null
*/
protected $output;

Expand Down

0 comments on commit 019886f

Please sign in to comment.