Skip to content

Commit

Permalink
Docblock improvement.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jul 19, 2013
1 parent 988415f commit 3a13ec7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Orchestra/Testbench/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ abstract class TestCase extends FoundationTestCase {
/**
* Get application timezone.
*
* @access protected
* @return string
*/
protected function getApplicationTimezone()
Expand All @@ -23,7 +22,6 @@ protected function getApplicationTimezone()
/**
* Get application aliases.
*
* @access protected
* @return array
*/
protected function getApplicationAliases()
Expand Down Expand Up @@ -71,7 +69,6 @@ protected function getApplicationAliases()
/**
* Get package aliases.
*
* @access protected
* @return array
*/
protected function getPackageAliases()
Expand All @@ -82,7 +79,6 @@ protected function getPackageAliases()
/**
* Get application providers.
*
* @access protected
* @return array
*/
protected function getApplicationProviders()
Expand Down Expand Up @@ -121,7 +117,6 @@ protected function getApplicationProviders()
/**
* Get package providers.
*
* @access protected
* @return array
*/
protected function getPackageProviders()
Expand All @@ -132,7 +127,6 @@ protected function getPackageProviders()
/**
* Get application paths.
*
* @access protected
* @return array
*/
protected function getApplicationPaths()
Expand Down

0 comments on commit 3a13ec7

Please sign in to comment.