Skip to content

Commit

Permalink
#2255 - Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 11, 2021
1 parent f45391b commit 096d525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/CompilerFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Zephir;

use Psr\Log\LoggerAwareTrait;
Expand All @@ -24,8 +26,6 @@
use function is_array;

/**
* Zephir\CompilerFile.
*
* This class represents every file compiled in a project.
* Every file may contain a class or an interface.
*/
Expand Down

0 comments on commit 096d525

Please sign in to comment.