Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										13
									
								
								vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/UseUse.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
<?php declare(strict_types=1);
 | 
			
		||||
 | 
			
		||||
namespace PhpParser\Node\Stmt;
 | 
			
		||||
 | 
			
		||||
use PhpParser\Node\UseItem;
 | 
			
		||||
 | 
			
		||||
require __DIR__ . '/../UseItem.php';
 | 
			
		||||
 | 
			
		||||
if (false) {
 | 
			
		||||
    // For classmap-authoritative support.
 | 
			
		||||
    class UseUse extends UseItem {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user