Initial and very naive conversion v2.0 => v2.1 (#10)

This commit is contained in:
2023-09-17 23:59:37 +08:00
parent 3c1871ce1f
commit 01d29ee023
7 changed files with 190 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ use Stringable;
*
* @property array|object $item
* @property object $info
* @property object|null $variable
*/
class Collection implements Stringable
{