Skip to content

Commit 096d525

Browse files
committed
#2255 - Minor code cleanup
1 parent f45391b commit 096d525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/CompilerFile.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12+
declare(strict_types=1);
13+
1214
namespace Zephir;
1315

1416
use Psr\Log\LoggerAwareTrait;
@@ -24,8 +26,6 @@
2426
use function is_array;
2527

2628
/**
27-
* Zephir\CompilerFile.
28-
*
2929
* This class represents every file compiled in a project.
3030
* Every file may contain a class or an interface.
3131
*/

0 commit comments

Comments
 (0)