Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Complete PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 25, 2015
1 parent af18a89 commit e4546a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function getContainer()
/**
* Returns the an application mock which returns a mocked kernel
*
* @return Application
* @return \Mockery\MockInterface|Application
*/
protected function getApplication()
{
Expand Down Expand Up @@ -282,7 +282,7 @@ protected function generateMigrationClassFileFromTemplate(array $variables)
/**
* Returns the version number from a string
*
* @param $string
* @param string $string
* @return string
*
* @throws \RuntimeException
Expand Down

0 comments on commit e4546a0

Please sign in to comment.