Browse Source

fix phpdoc

thinkingmedia 9 years ago
parent
commit
e8e4ce3b1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/View/JsonViewTest.php

+ 1 - 0
tests/TestCase/View/JsonViewTest.php

@@ -230,6 +230,7 @@ class JsonViewTest extends TestCase
      * @param int|bool|null $jsonOptions
      * @param string $expected
      * @dataProvider renderWithoutViewProvider
+     * @return void
      */
     public function testRenderWithoutView($data, $serialize, $jsonOptions, $expected)
     {