Skip to content

Commit

Permalink
correct parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 22, 2015
1 parent bfb23b9 commit 1351a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/Fixture/FixtureInjector.php
Expand Up @@ -98,14 +98,14 @@ public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
* Not Implemented
*
* @param \PHPUnit_Framework_Test $test The test to add warnings from.
* @param \PHPUnit_Warning $e The warning
* @param \PHPUnit_Framework_Warning $e The warning
* @param float $time current time
* @return void
*/
public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
{
}

/**
* Not Implemented
*
Expand Down

0 comments on commit 1351a72

Please sign in to comment.