Skip to content

Commit

Permalink
Fixes style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Landau authored and Lander Vanderstraeten committed Apr 19, 2019
1 parent 6afe0a2 commit db45f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/TaskRunnerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(ContextInterface $taskContext, TestSuiteInterface $t
{
$this->taskContext = $taskContext;
$this->testSuite = $testSuite;
if($tasks === null){
if ($tasks === null) {
$tasks = [];
}
$this->tasks = $tasks;
Expand Down

0 comments on commit db45f8a

Please sign in to comment.