1<?php declare(strict_types=1); 2 3namespace PhpParser\Node\Scalar; 4 5require __DIR__ . '/InterpolatedString.php'; 6 7if (false) { 8 // For classmap-authoritative support. 9 class Encapsed extends InterpolatedString { 10 } 11} 12