Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 27, 2015
1 parent fea9d42 commit c11ad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/I18n/RelativeTimeFormatter.php
Expand Up @@ -21,7 +21,7 @@ class RelativeTimeFormatter
/**
* Constructor
*
* @var \DateTime $time The DateTime instance to format.
* @param \DateTime $time The DateTime instance to format.
*/
public function __construct($time)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/I18n/DateTest.php
Expand Up @@ -14,8 +14,8 @@
*/
namespace Cake\Test\TestCase\I18n;

use Cake\I18n\FrozenDate;
use Cake\I18n\Date;
use Cake\I18n\FrozenDate;
use Cake\TestSuite\TestCase;
use DateTimeZone;

Expand Down

0 comments on commit c11ad68

Please sign in to comment.