@@ -1,4 +1,10 @@
<?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license The MIT License (MIT)
+ */
declare(strict_types=1);
@@ -1,5 +1,7 @@
-
/**
* based on Container https://github.com/artoodetoo/container
* by artoodetoo