Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / psr-4 / Class_With_Underscores.php
1 <?php
2
3 namespace Acme\DemoLib;
4
5 class Class_With_Underscores
6 {
7 }