File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- /*
4- +--------------------------------------------------------------------------+
5- | Zephir Parser |
6- | Copyright (c) 2013-present Zephir Team (https://zephir-lang.com/) |
7- | |
8- | This source file is subject the MIT license, that is bundled with this |
9- | package in the file LICENSE, and is available through the world-wide-web |
10- | at the following url: http://zephir-lang.com/license.html |
11- +--------------------------------------------------------------------------+
12- */
3+ /**
4+ * This file is part of the Zephir.
5+ *
6+ * (c) Phalcon Team <[email protected] > 7+ *
8+ * For the full copyright and license information, please view
9+ * the LICENSE file that was distributed with this source code.
10+ */
1311
1412/**
1513 * Parses a file and returning an intermediate representation.
You can’t perform that action at this time.
0 commit comments