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