parsaaghayi-backend/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/StaticVar.php
parsa aghaei 640bd67556
Some checks failed
Deploy Backend / deploy (push) Failing after 1m13s
chore: commit vendor for offline build
2026-06-28 16:47:17 +03:30

16 lines
305 B
PHP

<?php declare(strict_types=1);
namespace PhpParser\Node\Stmt;
require __DIR__ . '/../StaticVar.php';
if (false) {
/**
* For classmap-authoritative support.
*
* @deprecated use \PhpParser\Node\StaticVar instead.
*/
class StaticVar extends \PhpParser\Node\StaticVar {
}
}