mscherer 7 years ago
parent
commit
ba8259acc1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 3 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -63,6 +63,7 @@ class ContactsTable extends Table
     /**
      * Initializes the schema
      *
+     * @param array $config
      * @return void
      */
     public function initialize(array $config)
@@ -99,6 +100,7 @@ class ValidateUsersTable extends Table
     /**
      * Initializes the schema
      *
+     * @param array $config
      * @return void
      */
     public function initialize(array $config)
@@ -6073,7 +6075,7 @@ class FormHelperTest extends TestCase
      *
      * Ensure that timeFormat=24 has no merdian.
      *
-     * @return void.
+     * @return void
      */
     public function testTimeFormat24NoMeridian()
     {