Remove unused TemplateExpression

This commit is contained in:
Rob Lourens 2018-03-05 16:55:59 -08:00
Родитель 2034b5d36d
Коммит c8e067103f
1 изменённых файлов: 0 добавлений и 17 удалений

Просмотреть файл

@ -1,17 +0,0 @@
<?php
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
namespace Microsoft\PhpParser\Node\Expression;
use Microsoft\PhpParser\Node\Expression;
class TemplateExpression extends Expression {
public $children;
const CHILD_NAMES = [
'children'
];
}