krabi/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/EncapsedStringPart.php

4 lines
84 B
PHP
Raw Normal View History

2025-07-17 10:28:32 +00:00
<?php declare(strict_types=1);
require __DIR__ . '/../InterpolatedStringPart.php';