From eb0afb3fe4a5c4e7188ec2723010aaab38be30b6 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 4 Sep 2019 12:38:23 +0200 Subject: [PATCH] Auto-fix CS --- tests/TestCase/View/RssViewTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/TestCase/View/RssViewTest.php b/tests/TestCase/View/RssViewTest.php index fcad4ffe..c8fa1271 100644 --- a/tests/TestCase/View/RssViewTest.php +++ b/tests/TestCase/View/RssViewTest.php @@ -647,6 +647,9 @@ public function testMedia() { $this->assertTextEquals($expected, $result); } + /** + * @return void + */ public function testIsPermalink() { $Request = new Request(); $Response = new Response();