Browse Source

Fixed CS issue

José Lorenzo Rodríguez 10 years ago
parent
commit
9afbc8087f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/Widget/DateTimeWidgetTest.php

+ 1 - 1
tests/TestCase/View/Widget/DateTimeWidgetTest.php

@@ -118,7 +118,7 @@ class DateTimeWidgetTest extends TestCase
     {
         $result = $this->DateTime->render([
             'val' => '',
-            'year' =>  [
+            'year' => [
                 'empty' => ['nope' => '(choose one)'],
             ]
         ], $this->context);