Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / output-formatters / src / StructuredData / AssociativeList.php
1 <?php
2 namespace Consolidation\OutputFormatters\StructuredData;
3
4 /**
5  * Old name for PropertyList class.
6  *
7  * @deprecated
8  */
9 class AssociativeList extends PropertyList
10 {
11
12 }