Commit 033a3e6a authored by Igor Wiedler's avatar Igor Wiedler

remove @return from setUp docblock

parent 68758d97
...@@ -28,8 +28,6 @@ abstract class WebTestCase extends BaseWebTestCase ...@@ -28,8 +28,6 @@ abstract class WebTestCase extends BaseWebTestCase
* *
* Note: Child classes that define a setUp method must call * Note: Child classes that define a setUp method must call
* parent::setUp(). * parent::setUp().
*
* @return Symfony\Component\HttpKernel\HttpKernel
*/ */
public function setUp() public function setUp()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment