Skip to content

Commit 238dfa8

Browse files
committed
docs: fix copyright year
1 parent 4503ed9 commit 238dfa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CI4Twig/Twig.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author Kenji Suzuki <https://github.com/kenjis>
66
* @license MIT License
7-
* @copyright 2020 Kenji Suzuki
7+
* @copyright 2015 Kenji Suzuki
88
* @link https://github.com/kenjis/codeigniter-ss-twig
99
*/
1010

@@ -70,6 +70,7 @@ public function __construct($params = [])
7070
);
7171
unset($params['functions']);
7272
}
73+
7374
if (isset($params['functions_safe'])) {
7475
$this->functions_safe =
7576
array_unique(

0 commit comments

Comments
 (0)