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