Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 63b0109

Browse files
committed
set 2016 in @copyright
1 parent 3cf22cd commit 63b0109

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/TestAsset/ExceptionWithStringAsCode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313

1414
class ExceptionWithStringAsCode extends Exception
1515
{
16+
/** @var string */
1617
protected $code = 'ExceptionString';
1718
}

test/TestAsset/FailingExceptionWithStringAsCodeFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Zend Framework (http://framework.zend.com/)
44
*
55
* @link http://github.com/zendframework/zf2 for the canonical source repository
6-
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
6+
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
77
* @license http://framework.zend.com/license/new-bsd New BSD License
88
*/
99

0 commit comments

Comments
 (0)