diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-11 13:56:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-11 13:56:22 +0000 |
commit | 5fbaa4b83c86b554d414754d0112a2474624aaae (patch) | |
tree | 8e2a4b6c642be1b462601e43d22a83849f9c226e /modules/simpletest/simpletest.api.php | |
parent | e8b82e0ba44faf30b71a3b19477497a24ddc466c (diff) | |
download | brdo-5fbaa4b83c86b554d414754d0112a2474624aaae.tar.gz brdo-5fbaa4b83c86b554d414754d0112a2474624aaae.tar.bz2 |
- Patch #516254 by drewish remove @return PHPDocs where nothing is to return.
Diffstat (limited to 'modules/simpletest/simpletest.api.php')
-rw-r--r-- | modules/simpletest/simpletest.api.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/simpletest/simpletest.api.php b/modules/simpletest/simpletest.api.php index d507a31e5..7de67d29d 100644 --- a/modules/simpletest/simpletest.api.php +++ b/modules/simpletest/simpletest.api.php @@ -15,10 +15,6 @@ * A test group has started. * * This hook is called just once at the beginning of a test group. - * - * @return - * None. - * */ function hook_test_group_started() { } @@ -27,10 +23,6 @@ function hook_test_group_started() { * A test group has finished. * * This hook is called just once at the end of a test group. - * - * @return - * None. - * */ function hook_test_group_finished() { } @@ -43,9 +35,6 @@ function hook_test_group_finished() { * @param * $results The results of the test as gathered by DrupalWebTestCase. * - * @return - * None. - * * @see DrupalWebTestCase->results */ function hook_test_finished($results) { |