Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / Namespaced2 / Bar.php
1 <?php
2
3 namespace Namespaced2;
4
5 class Bar
6 {
7     public static $loaded = true;
8 }