This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The table Printer class has no dependencies and generates an array (strings) | |
* out of an object array / countable and the child properties that should be printed given by an array (strings) | |
*/ | |
class TablePrinter | |
{ | |
/** | |
* @param \Countable|array|object[] $historyItems |