mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-10-28 17:54:27 +01:00
12 lines
227 B
PHP
12 lines
227 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace PhpParser\Node\Expr;
|
|
|
|
require __DIR__ . '/../ClosureUse.php';
|
|
|
|
if (false) {
|
|
// For classmap-authoritative support.
|
|
class ClosureUse extends \PhpParser\Node\ClosureUse {
|
|
}
|
|
}
|