Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
v2.0.3 lol
Browse files Browse the repository at this point in the history
  • Loading branch information
defenestrator committed Mar 15, 2018
1 parent 84e326e commit c5d7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Copacetic/TestResultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ private function out($message, $color = '', $linebreak = false)

/**
* @param \PHPUnit\Framework\Test $test
* @param $time
*/
public function startTest(\PHPUnit\Framework\Test $test)
{
Expand All @@ -33,6 +32,7 @@ public function startTest(\PHPUnit\Framework\Test $test)

/**
* @param \PHPUnit\Framework\Test $test
* @param $time
*/
public function endTest(\PHPUnit\Framework\Test $test, $time)
{
Expand Down

0 comments on commit c5d7cf8

Please sign in to comment.