Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Lexer / Emulative.php
1 <?php declare(strict_types=1);
2
3 namespace PhpParser\Lexer;
4
5 class Emulative extends \PhpParser\Lexer
6 {
7     /* No features requiring emulation have been added in PHP > 7.0 */
8 }