Skip to content

Commit

Permalink
Use {@inheritdoc} when applicable.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 12, 2013
1 parent e7d59c5 commit 453529f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Orchestra/Testbench/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ protected function getApplicationPaths()
}

/**
* Create a new application instance and boot it up.
*
* @return Illuminate\Foundation\Application
* {@inheritdoc}
*/
public function createApplication()
{
Expand Down

0 comments on commit 453529f

Please sign in to comment.