Skip to content

Commit 8cbc5b0

Browse files
author
Daniyal Hamid
committed
Added strict_types directive + Updated copyright
1 parent 2a5acbd commit 8cbc5b0

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Daniyal Hamid (https://designcise.com)
1+
Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

src/RenderContext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

11+
declare(strict_types=1);
12+
1113
namespace BitFrame\Renderer;
1214

1315
use RuntimeException;

test/Asset/StringUtil.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

11+
declare(strict_types=1);
12+
1113
namespace BitFrame\Renderer\Test\Asset;
1214

1315
use function strtoupper;

test/DataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

test/RenderContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

test/RendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

test/SectionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

test/TemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* BitFrame Framework (https://www.bitframephp.com)
55
*
66
* @author Daniyal Hamid
7-
* @copyright Copyright (c) 2017-2020 Daniyal Hamid (https://designcise.com)
7+
* @copyright Copyright (c) 2017-2021 Daniyal Hamid (https://designcise.com)
88
* @license https://bitframephp.com/about/license MIT License
99
*/
1010

0 commit comments

Comments
 (0)