Skip to content

Commit

Permalink
Fixed CS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 3, 2015
1 parent 2266b76 commit 9afbc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/Widget/DateTimeWidgetTest.php
Expand Up @@ -118,7 +118,7 @@ public function testRenderEmptyCustom()
{
$result = $this->DateTime->render([
'val' => '',
'year' => [
'year' => [
'empty' => ['nope' => '(choose one)'],
]
], $this->context);
Expand Down

0 comments on commit 9afbc80

Please sign in to comment.