10 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| namespace Engelsystem\Test\Unit\Middleware\Stub;
 | |
| 
 | |
| class NotARealMiddleware
 | |
| {
 | |
|     // I'm not a middleware!
 | |
| }
 | 
