Install phan/phpstan local
This commit is contained in:
11
vendor/microsoft/tolerant-php-parser/src/NamespacedNameInterface.php
vendored
Normal file
11
vendor/microsoft/tolerant-php-parser/src/NamespacedNameInterface.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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;
|
||||
|
||||
interface NamespacedNameInterface {
|
||||
public function getNamespacedName() : ResolvedName;
|
||||
}
|
||||
Reference in New Issue
Block a user