Add Litlab

This commit is contained in:
2025-07-04 13:35:51 +03:00
parent 1cf6e3d7d2
commit dabbf541dc
17 changed files with 159 additions and 17 deletions

12
code/decorator.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
/**
* @package: patterns
* @author: Yevhen Odynets
* @date: 2025-07-04
* @time: 10:39
*/
declare(strict_types = 1);
dump('Decorator');