Skip to content

Commit 937596a

Browse files
committed
Update
1 parent fdd345a commit 937596a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Kernel/ConfigException.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
* @subpackage : Exceptions Component
66
* @version : 1.0.0
77
* @category : PHP framework
8-
* @copyright : (c) 2017 - 2021 JIHAD SINNAOUR <mail@jihadsinnaour.com>
8+
* @copyright : (c) 2017 - 2022 Jihad Sinnaour <mail@jihadsinnaour.com>
99
* @link : https://www.floatphp.com
10-
* @license : MIT License
10+
* @license : MIT
1111
*
12-
* This file if a part of FloatPHP Framework
12+
* This file if a part of FloatPHP Framework.
1313
*/
1414

15+
declare(strict_types=1);
16+
1517
namespace FloatPHP\Exceptions\Kernel;
1618

1719
use FloatPHP\Classes\System\Exception;

0 commit comments

Comments
 (0)