Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 8, 2019
1 parent 15ba360 commit ba8259a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/TestCase/View/Helper/FormHelperTest.php
Expand Up @@ -63,6 +63,7 @@ class ContactsTable extends Table
/**
* Initializes the schema
*
* @param array $config
* @return void
*/
public function initialize(array $config)
Expand Down Expand Up @@ -99,6 +100,7 @@ class ValidateUsersTable extends Table
/**
* Initializes the schema
*
* @param array $config
* @return void
*/
public function initialize(array $config)
Expand Down Expand Up @@ -6073,7 +6075,7 @@ public function testTime()
*
* Ensure that timeFormat=24 has no merdian.
*
* @return void.
* @return void
*/
public function testTimeFormat24NoMeridian()
{
Expand Down

0 comments on commit ba8259a

Please sign in to comment.