diff --git a/app/Controllers/Install.php b/app/Controllers/Install.php index 82e09620..62bad7eb 100644 --- a/app/Controllers/Install.php +++ b/app/Controllers/Install.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Controllers/Primary.php b/app/Controllers/Primary.php index 47683971..79e63023 100644 --- a/app/Controllers/Primary.php +++ b/app/Controllers/Primary.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Controllers/Routing.php b/app/Controllers/Routing.php index 89de3cf9..932dec8a 100644 --- a/app/Controllers/Routing.php +++ b/app/Controllers/Routing.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Controllers/Update.php b/app/Controllers/Update.php index e009119d..22a2a328 100644 --- a/app/Controllers/Update.php +++ b/app/Controllers/Update.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Cache/FileCache.php b/app/Core/Cache/FileCache.php index a794752a..f0eec637 100644 --- a/app/Core/Cache/FileCache.php +++ b/app/Core/Cache/FileCache.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Config.php b/app/Core/Config.php index 235d862f..b60c2cdc 100644 --- a/app/Core/Config.php +++ b/app/Core/Config.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Container.php b/app/Core/Container.php index c23da7e1..9735e7ed 100644 --- a/app/Core/Container.php +++ b/app/Core/Container.php @@ -1,5 +1,7 @@ . + */ /** * based on Container https://github.com/artoodetoo/container * by artoodetoo diff --git a/app/Core/Csrf.php b/app/Core/Csrf.php index fc909a59..720959c8 100644 --- a/app/Core/Csrf.php +++ b/app/Core/Csrf.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/DB.php b/app/Core/DB.php index c647c842..23eb958c 100644 --- a/app/Core/DB.php +++ b/app/Core/DB.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/DB/mysql.php b/app/Core/DB/mysql.php index 954bb4df..a5aedd64 100644 --- a/app/Core/DB/mysql.php +++ b/app/Core/DB/mysql.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/DBStatement.php b/app/Core/DBStatement.php index 77eb0611..945f2497 100644 --- a/app/Core/DBStatement.php +++ b/app/Core/DBStatement.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/ErrorHandler.php b/app/Core/ErrorHandler.php index 4e0dfad6..16cb7bf6 100644 --- a/app/Core/ErrorHandler.php +++ b/app/Core/ErrorHandler.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/File.php b/app/Core/File.php index d1827cba..20f06c28 100644 --- a/app/Core/File.php +++ b/app/Core/File.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Files.php b/app/Core/Files.php index 0762ac40..0f076ffc 100644 --- a/app/Core/Files.php +++ b/app/Core/Files.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Func.php b/app/Core/Func.php index a8d4f968..534d4391 100644 --- a/app/Core/Func.php +++ b/app/Core/Func.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Image.php b/app/Core/Image.php index bc7b24fa..dd2da4a3 100644 --- a/app/Core/Image.php +++ b/app/Core/Image.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Lang.php b/app/Core/Lang.php index d494fc41..158411d1 100644 --- a/app/Core/Lang.php +++ b/app/Core/Lang.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Mail.php b/app/Core/Mail.php index db1335f4..7a43b71f 100644 --- a/app/Core/Mail.php +++ b/app/Core/Mail.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Parser.php b/app/Core/Parser.php index dbef515d..ad048abc 100644 --- a/app/Core/Parser.php +++ b/app/Core/Parser.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Router.php b/app/Core/Router.php index 1d5da588..1ddde8da 100644 --- a/app/Core/Router.php +++ b/app/Core/Router.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/RulesValidator.php b/app/Core/RulesValidator.php index 327dfd2f..f52465fe 100644 --- a/app/Core/RulesValidator.php +++ b/app/Core/RulesValidator.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Secury.php b/app/Core/Secury.php index d1b61620..bee1fccf 100644 --- a/app/Core/Secury.php +++ b/app/Core/Secury.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Test.php b/app/Core/Test.php index 0c0f1a78..8b530779 100644 --- a/app/Core/Test.php +++ b/app/Core/Test.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/Validator.php b/app/Core/Validator.php index 24997088..87146bf4 100644 --- a/app/Core/Validator.php +++ b/app/Core/Validator.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Core/View.php b/app/Core/View.php index 94de3482..d35b9b63 100644 --- a/app/Core/View.php +++ b/app/Core/View.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Action.php b/app/Models/Action.php index e6eafc5c..14c74470 100644 --- a/app/Models/Action.php +++ b/app/Models/Action.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/AdminList/Model.php b/app/Models/AdminList/Model.php index a6118883..33ea626f 100644 --- a/app/Models/AdminList/Model.php +++ b/app/Models/AdminList/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Delete.php b/app/Models/BBCodeList/Delete.php index 3b0dca94..68382c62 100644 --- a/app/Models/BBCodeList/Delete.php +++ b/app/Models/BBCodeList/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Generate.php b/app/Models/BBCodeList/Generate.php index f786832b..3a40a2f6 100644 --- a/app/Models/BBCodeList/Generate.php +++ b/app/Models/BBCodeList/Generate.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Insert.php b/app/Models/BBCodeList/Insert.php index f13c6160..60bfa95a 100644 --- a/app/Models/BBCodeList/Insert.php +++ b/app/Models/BBCodeList/Insert.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Load.php b/app/Models/BBCodeList/Load.php index 7b897e34..76689c06 100644 --- a/app/Models/BBCodeList/Load.php +++ b/app/Models/BBCodeList/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Model.php b/app/Models/BBCodeList/Model.php index 55281c67..f45805b9 100644 --- a/app/Models/BBCodeList/Model.php +++ b/app/Models/BBCodeList/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Structure.php b/app/Models/BBCodeList/Structure.php index 1779d042..a8dd4467 100644 --- a/app/Models/BBCodeList/Structure.php +++ b/app/Models/BBCodeList/Structure.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BBCodeList/Update.php b/app/Models/BBCodeList/Update.php index ee91b887..a0bb453f 100644 --- a/app/Models/BBCodeList/Update.php +++ b/app/Models/BBCodeList/Update.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Check.php b/app/Models/BanList/Check.php index 9b07cd7d..54c1a706 100644 --- a/app/Models/BanList/Check.php +++ b/app/Models/BanList/Check.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Delete.php b/app/Models/BanList/Delete.php index 09012d0d..c8ea8257 100644 --- a/app/Models/BanList/Delete.php +++ b/app/Models/BanList/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Filter.php b/app/Models/BanList/Filter.php index 3c3029fd..fe8df335 100644 --- a/app/Models/BanList/Filter.php +++ b/app/Models/BanList/Filter.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/GetList.php b/app/Models/BanList/GetList.php index 3904fa91..992bde4f 100644 --- a/app/Models/BanList/GetList.php +++ b/app/Models/BanList/GetList.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Insert.php b/app/Models/BanList/Insert.php index 88c3dc8b..6a3afa8d 100644 --- a/app/Models/BanList/Insert.php +++ b/app/Models/BanList/Insert.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/IsBanned.php b/app/Models/BanList/IsBanned.php index 7e12ba85..26b0ddd7 100644 --- a/app/Models/BanList/IsBanned.php +++ b/app/Models/BanList/IsBanned.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Load.php b/app/Models/BanList/Load.php index ad0dc6d7..4b4aa1e0 100644 --- a/app/Models/BanList/Load.php +++ b/app/Models/BanList/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Model.php b/app/Models/BanList/Model.php index a4ef6a78..a986b1f0 100644 --- a/app/Models/BanList/Model.php +++ b/app/Models/BanList/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/BanList/Update.php b/app/Models/BanList/Update.php index 18f1bf91..9c0db115 100644 --- a/app/Models/BanList/Update.php +++ b/app/Models/BanList/Update.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Categories/Manager.php b/app/Models/Categories/Manager.php index 4ba4b51a..d1f67808 100644 --- a/app/Models/Categories/Manager.php +++ b/app/Models/Categories/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Censorship/Load.php b/app/Models/Censorship/Load.php index 4e567272..96413ec3 100644 --- a/app/Models/Censorship/Load.php +++ b/app/Models/Censorship/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Censorship/Model.php b/app/Models/Censorship/Model.php index 1832bfcc..724b7a86 100644 --- a/app/Models/Censorship/Model.php +++ b/app/Models/Censorship/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Censorship/Refresh.php b/app/Models/Censorship/Refresh.php index 04e8ff92..74559a58 100644 --- a/app/Models/Censorship/Refresh.php +++ b/app/Models/Censorship/Refresh.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Censorship/Save.php b/app/Models/Censorship/Save.php index 18fc2725..0095ac15 100644 --- a/app/Models/Censorship/Save.php +++ b/app/Models/Censorship/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Config/Install.php b/app/Models/Config/Install.php index 32980077..271cace1 100644 --- a/app/Models/Config/Install.php +++ b/app/Models/Config/Install.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Config/Load.php b/app/Models/Config/Load.php index c5347990..5f40c8be 100644 --- a/app/Models/Config/Load.php +++ b/app/Models/Config/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Config/Model.php b/app/Models/Config/Model.php index 7f397795..ed5e5508 100644 --- a/app/Models/Config/Model.php +++ b/app/Models/Config/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Config/Save.php b/app/Models/Config/Save.php index fc516791..48ab8ef3 100644 --- a/app/Models/Config/Save.php +++ b/app/Models/Config/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Cookie/Model.php b/app/Models/Cookie/Model.php index 14b60366..c84aba2d 100644 --- a/app/Models/Cookie/Model.php +++ b/app/Models/Cookie/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/DBMap/Model.php b/app/Models/DBMap/Model.php index 87b597e8..1ee3b451 100644 --- a/app/Models/DBMap/Model.php +++ b/app/Models/DBMap/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/DataModel.php b/app/Models/DataModel.php index 1c4976bf..970780e3 100644 --- a/app/Models/DataModel.php +++ b/app/Models/DataModel.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/CalcStat.php b/app/Models/Forum/CalcStat.php index d6fbcd8c..1eb40de2 100644 --- a/app/Models/Forum/CalcStat.php +++ b/app/Models/Forum/CalcStat.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Delete.php b/app/Models/Forum/Delete.php index 72ffa0c8..a206f45e 100644 --- a/app/Models/Forum/Delete.php +++ b/app/Models/Forum/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/LoadTree.php b/app/Models/Forum/LoadTree.php index 733cb2f2..a4021675 100644 --- a/app/Models/Forum/LoadTree.php +++ b/app/Models/Forum/LoadTree.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Manager.php b/app/Models/Forum/Manager.php index f2c80a0f..ac5dc43a 100644 --- a/app/Models/Forum/Manager.php +++ b/app/Models/Forum/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Markread.php b/app/Models/Forum/Markread.php index 91eff384..2e02325c 100644 --- a/app/Models/Forum/Markread.php +++ b/app/Models/Forum/Markread.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Model.php b/app/Models/Forum/Model.php index 9a2ab64f..90f4ca54 100644 --- a/app/Models/Forum/Model.php +++ b/app/Models/Forum/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Refresh.php b/app/Models/Forum/Refresh.php index 3153f846..8d964093 100644 --- a/app/Models/Forum/Refresh.php +++ b/app/Models/Forum/Refresh.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/Save.php b/app/Models/Forum/Save.php index 9244f761..9fad1092 100644 --- a/app/Models/Forum/Save.php +++ b/app/Models/Forum/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Forum/UpdateUsername.php b/app/Models/Forum/UpdateUsername.php index 3f117131..a34ea1b9 100644 --- a/app/Models/Forum/UpdateUsername.php +++ b/app/Models/Forum/UpdateUsername.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Group/Delete.php b/app/Models/Group/Delete.php index 332a61c0..fbbac795 100644 --- a/app/Models/Group/Delete.php +++ b/app/Models/Group/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Group/Manager.php b/app/Models/Group/Manager.php index 6028a849..7fa73686 100644 --- a/app/Models/Group/Manager.php +++ b/app/Models/Group/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Group/Model.php b/app/Models/Group/Model.php index b95e4a71..1f473de0 100644 --- a/app/Models/Group/Model.php +++ b/app/Models/Group/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Group/Perm.php b/app/Models/Group/Perm.php index 652e3543..bd8be0ce 100644 --- a/app/Models/Group/Perm.php +++ b/app/Models/Group/Perm.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Group/Save.php b/app/Models/Group/Save.php index b649ad58..c6289723 100644 --- a/app/Models/Group/Save.php +++ b/app/Models/Group/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/ManagerModel.php b/app/Models/ManagerModel.php index 76087607..7aae5a6d 100644 --- a/app/Models/ManagerModel.php +++ b/app/Models/ManagerModel.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Method.php b/app/Models/Method.php index 6881a582..17ccdff5 100644 --- a/app/Models/Method.php +++ b/app/Models/Method.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Model.php b/app/Models/Model.php index b133bc0f..a72f971d 100644 --- a/app/Models/Model.php +++ b/app/Models/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Online/Info.php b/app/Models/Online/Info.php index cc9caf4a..966cc689 100644 --- a/app/Models/Online/Info.php +++ b/app/Models/Online/Info.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Online/Model.php b/app/Models/Online/Model.php index 0c1d9648..f1f4028f 100644 --- a/app/Models/Online/Model.php +++ b/app/Models/Online/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Online/UpdateUsername.php b/app/Models/Online/UpdateUsername.php index 981b6a39..275a003b 100644 --- a/app/Models/Online/UpdateUsername.php +++ b/app/Models/Online/UpdateUsername.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Page.php b/app/Models/Page.php index 5e4df200..5563dba9 100644 --- a/app/Models/Page.php +++ b/app/Models/Page.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin.php b/app/Models/Pages/Admin.php index 68202b52..db2421d9 100644 --- a/app/Models/Pages/Admin.php +++ b/app/Models/Pages/Admin.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Bans.php b/app/Models/Pages/Admin/Bans.php index a1a837d0..202f9b2f 100644 --- a/app/Models/Pages/Admin/Bans.php +++ b/app/Models/Pages/Admin/Bans.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Categories.php b/app/Models/Pages/Admin/Categories.php index b04a7548..8a3b5d41 100644 --- a/app/Models/Pages/Admin/Categories.php +++ b/app/Models/Pages/Admin/Categories.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Censoring.php b/app/Models/Pages/Admin/Censoring.php index fd4842f2..27a51ffa 100644 --- a/app/Models/Pages/Admin/Censoring.php +++ b/app/Models/Pages/Admin/Censoring.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Forums.php b/app/Models/Pages/Admin/Forums.php index 647e4e9b..09ffc2e5 100644 --- a/app/Models/Pages/Admin/Forums.php +++ b/app/Models/Pages/Admin/Forums.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Groups.php b/app/Models/Pages/Admin/Groups.php index ba3b27fe..12cfcc9b 100644 --- a/app/Models/Pages/Admin/Groups.php +++ b/app/Models/Pages/Admin/Groups.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Host.php b/app/Models/Pages/Admin/Host.php index a7ed2515..ce85b10b 100644 --- a/app/Models/Pages/Admin/Host.php +++ b/app/Models/Pages/Admin/Host.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Index.php b/app/Models/Pages/Admin/Index.php index e3462592..86292f92 100644 --- a/app/Models/Pages/Admin/Index.php +++ b/app/Models/Pages/Admin/Index.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Install.php b/app/Models/Pages/Admin/Install.php index be226f62..b687aafa 100644 --- a/app/Models/Pages/Admin/Install.php +++ b/app/Models/Pages/Admin/Install.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Maintenance.php b/app/Models/Pages/Admin/Maintenance.php index d7fcc91f..76c845ac 100644 --- a/app/Models/Pages/Admin/Maintenance.php +++ b/app/Models/Pages/Admin/Maintenance.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Options.php b/app/Models/Pages/Admin/Options.php index ef192e4c..dce89f23 100644 --- a/app/Models/Pages/Admin/Options.php +++ b/app/Models/Pages/Admin/Options.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Parser.php b/app/Models/Pages/Admin/Parser.php index eb630156..e059de04 100644 --- a/app/Models/Pages/Admin/Parser.php +++ b/app/Models/Pages/Admin/Parser.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Parser/BBCode.php b/app/Models/Pages/Admin/Parser/BBCode.php index 7dfd0846..f7aa7c04 100644 --- a/app/Models/Pages/Admin/Parser/BBCode.php +++ b/app/Models/Pages/Admin/Parser/BBCode.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Parser/Edit.php b/app/Models/Pages/Admin/Parser/Edit.php index 8419c167..8a3f262d 100644 --- a/app/Models/Pages/Admin/Parser/Edit.php +++ b/app/Models/Pages/Admin/Parser/Edit.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Parser/Smilies.php b/app/Models/Pages/Admin/Parser/Smilies.php index 3304514d..2e6072dd 100644 --- a/app/Models/Pages/Admin/Parser/Smilies.php +++ b/app/Models/Pages/Admin/Parser/Smilies.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Reports.php b/app/Models/Pages/Admin/Reports.php index b0184f9d..7018908f 100644 --- a/app/Models/Pages/Admin/Reports.php +++ b/app/Models/Pages/Admin/Reports.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Statistics.php b/app/Models/Pages/Admin/Statistics.php index caee6aef..a5152784 100644 --- a/app/Models/Pages/Admin/Statistics.php +++ b/app/Models/Pages/Admin/Statistics.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Update.php b/app/Models/Pages/Admin/Update.php index b86a2779..507627ad 100644 --- a/app/Models/Pages/Admin/Update.php +++ b/app/Models/Pages/Admin/Update.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users.php b/app/Models/Pages/Admin/Users.php index 7ca76903..1cfe4737 100644 --- a/app/Models/Pages/Admin/Users.php +++ b/app/Models/Pages/Admin/Users.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/Action.php b/app/Models/Pages/Admin/Users/Action.php index 1d7ddfae..349293b2 100644 --- a/app/Models/Pages/Admin/Users/Action.php +++ b/app/Models/Pages/Admin/Users/Action.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/NewUser.php b/app/Models/Pages/Admin/Users/NewUser.php index b6ff6c0f..65acccfa 100644 --- a/app/Models/Pages/Admin/Users/NewUser.php +++ b/app/Models/Pages/Admin/Users/NewUser.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/Promote.php b/app/Models/Pages/Admin/Users/Promote.php index 7a9a03d6..90519ce5 100644 --- a/app/Models/Pages/Admin/Users/Promote.php +++ b/app/Models/Pages/Admin/Users/Promote.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/Result.php b/app/Models/Pages/Admin/Users/Result.php index 8b4d3808..daf78ede 100644 --- a/app/Models/Pages/Admin/Users/Result.php +++ b/app/Models/Pages/Admin/Users/Result.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/Stat.php b/app/Models/Pages/Admin/Users/Stat.php index f9c92766..00bf847d 100644 --- a/app/Models/Pages/Admin/Users/Stat.php +++ b/app/Models/Pages/Admin/Users/Stat.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Admin/Users/View.php b/app/Models/Pages/Admin/Users/View.php index ad8f94af..6551fa3f 100644 --- a/app/Models/Pages/Admin/Users/View.php +++ b/app/Models/Pages/Admin/Users/View.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Auth.php b/app/Models/Pages/Auth.php index cd02eb29..f2eebdea 100644 --- a/app/Models/Pages/Auth.php +++ b/app/Models/Pages/Auth.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Ban.php b/app/Models/Pages/Ban.php index d389926f..d0ac55ad 100644 --- a/app/Models/Pages/Ban.php +++ b/app/Models/Pages/Ban.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Debug.php b/app/Models/Pages/Debug.php index aece0a5f..168af5b9 100644 --- a/app/Models/Pages/Debug.php +++ b/app/Models/Pages/Debug.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Delete.php b/app/Models/Pages/Delete.php index 52410680..f3a41566 100644 --- a/app/Models/Pages/Delete.php +++ b/app/Models/Pages/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Edit.php b/app/Models/Pages/Edit.php index 0fd4fb58..c64427a6 100644 --- a/app/Models/Pages/Edit.php +++ b/app/Models/Pages/Edit.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Email.php b/app/Models/Pages/Email.php index a13b1887..1d29d14a 100644 --- a/app/Models/Pages/Email.php +++ b/app/Models/Pages/Email.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Feed.php b/app/Models/Pages/Feed.php index 5d3cc920..697d20c9 100644 --- a/app/Models/Pages/Feed.php +++ b/app/Models/Pages/Feed.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Forum.php b/app/Models/Pages/Forum.php index ec590e26..5240f4c4 100644 --- a/app/Models/Pages/Forum.php +++ b/app/Models/Pages/Forum.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Index.php b/app/Models/Pages/Index.php index e5833edf..644f6006 100644 --- a/app/Models/Pages/Index.php +++ b/app/Models/Pages/Index.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Maintenance.php b/app/Models/Pages/Maintenance.php index 69b4a661..f0df6901 100644 --- a/app/Models/Pages/Maintenance.php +++ b/app/Models/Pages/Maintenance.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Message.php b/app/Models/Pages/Message.php index 25d06d1e..49540d2c 100644 --- a/app/Models/Pages/Message.php +++ b/app/Models/Pages/Message.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Misc.php b/app/Models/Pages/Misc.php index 50fc0eb6..8a5eecc0 100644 --- a/app/Models/Pages/Misc.php +++ b/app/Models/Pages/Misc.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Moderate.php b/app/Models/Pages/Moderate.php index f56a5bf4..536e6e94 100644 --- a/app/Models/Pages/Moderate.php +++ b/app/Models/Pages/Moderate.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Poll.php b/app/Models/Pages/Poll.php index aa422fbc..3057d5f7 100644 --- a/app/Models/Pages/Poll.php +++ b/app/Models/Pages/Poll.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Post.php b/app/Models/Pages/Post.php index 4d64cca2..ebd1a92d 100644 --- a/app/Models/Pages/Post.php +++ b/app/Models/Pages/Post.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/PostFormTrait.php b/app/Models/Pages/PostFormTrait.php index b01df95b..78d1d00d 100644 --- a/app/Models/Pages/PostFormTrait.php +++ b/app/Models/Pages/PostFormTrait.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/PostValidatorTrait.php b/app/Models/Pages/PostValidatorTrait.php index 1029164b..403cd735 100644 --- a/app/Models/Pages/PostValidatorTrait.php +++ b/app/Models/Pages/PostValidatorTrait.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile.php b/app/Models/Pages/Profile.php index 35098ae7..4c8b9afa 100644 --- a/app/Models/Pages/Profile.php +++ b/app/Models/Pages/Profile.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/Config.php b/app/Models/Pages/Profile/Config.php index 1e45a23b..b46e0853 100644 --- a/app/Models/Pages/Profile/Config.php +++ b/app/Models/Pages/Profile/Config.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/Edit.php b/app/Models/Pages/Profile/Edit.php index ee24beb0..92b14124 100644 --- a/app/Models/Pages/Profile/Edit.php +++ b/app/Models/Pages/Profile/Edit.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/Email.php b/app/Models/Pages/Profile/Email.php index 6b0f55af..fc234e87 100644 --- a/app/Models/Pages/Profile/Email.php +++ b/app/Models/Pages/Profile/Email.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/Mod.php b/app/Models/Pages/Profile/Mod.php index cdd63145..0476a599 100644 --- a/app/Models/Pages/Profile/Mod.php +++ b/app/Models/Pages/Profile/Mod.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/Pass.php b/app/Models/Pages/Profile/Pass.php index 5bb97252..c10f361e 100644 --- a/app/Models/Pages/Profile/Pass.php +++ b/app/Models/Pages/Profile/Pass.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Profile/View.php b/app/Models/Pages/Profile/View.php index ce8b5074..30b72152 100644 --- a/app/Models/Pages/Profile/View.php +++ b/app/Models/Pages/Profile/View.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Redirect.php b/app/Models/Pages/Redirect.php index 854b69f3..3a7426c8 100644 --- a/app/Models/Pages/Redirect.php +++ b/app/Models/Pages/Redirect.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Register.php b/app/Models/Pages/Register.php index 8750241e..22229b16 100644 --- a/app/Models/Pages/Register.php +++ b/app/Models/Pages/Register.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Report.php b/app/Models/Pages/Report.php index 3c69bf78..05141e06 100644 --- a/app/Models/Pages/Report.php +++ b/app/Models/Pages/Report.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Rules.php b/app/Models/Pages/Rules.php index 8542f7de..364fb063 100644 --- a/app/Models/Pages/Rules.php +++ b/app/Models/Pages/Rules.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Search.php b/app/Models/Pages/Search.php index f11ff002..402b991c 100644 --- a/app/Models/Pages/Search.php +++ b/app/Models/Pages/Search.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Topic.php b/app/Models/Pages/Topic.php index 5d93f470..4705a234 100644 --- a/app/Models/Pages/Topic.php +++ b/app/Models/Pages/Topic.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Pages/Userlist.php b/app/Models/Pages/Userlist.php index 162cd321..70f2c784 100644 --- a/app/Models/Pages/Userlist.php +++ b/app/Models/Pages/Userlist.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Delete.php b/app/Models/Poll/Delete.php index 84c24ada..847aa47f 100644 --- a/app/Models/Poll/Delete.php +++ b/app/Models/Poll/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Load.php b/app/Models/Poll/Load.php index 06db8ce6..73634687 100644 --- a/app/Models/Poll/Load.php +++ b/app/Models/Poll/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Manager.php b/app/Models/Poll/Manager.php index 32fd04d8..9194db6e 100644 --- a/app/Models/Poll/Manager.php +++ b/app/Models/Poll/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Model.php b/app/Models/Poll/Model.php index 2fe27465..392a7659 100644 --- a/app/Models/Poll/Model.php +++ b/app/Models/Poll/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Revision.php b/app/Models/Poll/Revision.php index 2055e5c4..80de0145 100644 --- a/app/Models/Poll/Revision.php +++ b/app/Models/Poll/Revision.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Poll/Save.php b/app/Models/Poll/Save.php index 4899aaca..128e6c6c 100644 --- a/app/Models/Poll/Save.php +++ b/app/Models/Poll/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Delete.php b/app/Models/Post/Delete.php index 9aaf046a..2799fc43 100644 --- a/app/Models/Post/Delete.php +++ b/app/Models/Post/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Feed.php b/app/Models/Post/Feed.php index 5186b7e9..196b3b8f 100644 --- a/app/Models/Post/Feed.php +++ b/app/Models/Post/Feed.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Load.php b/app/Models/Post/Load.php index e435eb5a..461c7388 100644 --- a/app/Models/Post/Load.php +++ b/app/Models/Post/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Manager.php b/app/Models/Post/Manager.php index 3a0008e0..1e3c81d3 100644 --- a/app/Models/Post/Manager.php +++ b/app/Models/Post/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Model.php b/app/Models/Post/Model.php index 27559ed8..05f200e2 100644 --- a/app/Models/Post/Model.php +++ b/app/Models/Post/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Move.php b/app/Models/Post/Move.php index 0596f816..7f22b912 100644 --- a/app/Models/Post/Move.php +++ b/app/Models/Post/Move.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/PreviousPost.php b/app/Models/Post/PreviousPost.php index 7674c3cc..5c7f1fa3 100644 --- a/app/Models/Post/PreviousPost.php +++ b/app/Models/Post/PreviousPost.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/RebuildIndex.php b/app/Models/Post/RebuildIndex.php index 3f5727fb..3de896cd 100644 --- a/app/Models/Post/RebuildIndex.php +++ b/app/Models/Post/RebuildIndex.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/Save.php b/app/Models/Post/Save.php index 370ecbee..114dc364 100644 --- a/app/Models/Post/Save.php +++ b/app/Models/Post/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/UpdateUsername.php b/app/Models/Post/UpdateUsername.php index 97cf05e5..c58d2d16 100644 --- a/app/Models/Post/UpdateUsername.php +++ b/app/Models/Post/UpdateUsername.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/UserInfoFromIP.php b/app/Models/Post/UserInfoFromIP.php index 7f666f00..99853ecc 100644 --- a/app/Models/Post/UserInfoFromIP.php +++ b/app/Models/Post/UserInfoFromIP.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/UserStat.php b/app/Models/Post/UserStat.php index 24ba0f2f..41d106e2 100644 --- a/app/Models/Post/UserStat.php +++ b/app/Models/Post/UserStat.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Post/View.php b/app/Models/Post/View.php index ebf78852..143aea19 100644 --- a/app/Models/Post/View.php +++ b/app/Models/Post/View.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Report/Load.php b/app/Models/Report/Load.php index 5cfc0c6c..bbc6c543 100644 --- a/app/Models/Report/Load.php +++ b/app/Models/Report/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Report/Manager.php b/app/Models/Report/Manager.php index acec184c..70e16096 100644 --- a/app/Models/Report/Manager.php +++ b/app/Models/Report/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Report/Model.php b/app/Models/Report/Model.php index 8c205999..fb96b9c4 100644 --- a/app/Models/Report/Model.php +++ b/app/Models/Report/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Report/Save.php b/app/Models/Report/Save.php index c9757a1c..4278f438 100644 --- a/app/Models/Report/Save.php +++ b/app/Models/Report/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Rules.php b/app/Models/Rules.php index 4ab23381..753a8642 100644 --- a/app/Models/Rules.php +++ b/app/Models/Rules.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Rules/Profile.php b/app/Models/Rules/Profile.php index 352e3e43..443eb42a 100644 --- a/app/Models/Rules/Profile.php +++ b/app/Models/Rules/Profile.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Rules/Users.php b/app/Models/Rules/Users.php index 1ac357b6..e9a3ae8d 100644 --- a/app/Models/Rules/Users.php +++ b/app/Models/Rules/Users.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/ActionF.php b/app/Models/Search/ActionF.php index 45df06b1..4886e06b 100644 --- a/app/Models/Search/ActionF.php +++ b/app/Models/Search/ActionF.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/ActionP.php b/app/Models/Search/ActionP.php index 18125e13..f149962c 100644 --- a/app/Models/Search/ActionP.php +++ b/app/Models/Search/ActionP.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/ActionT.php b/app/Models/Search/ActionT.php index 4ae794be..11e64cfb 100644 --- a/app/Models/Search/ActionT.php +++ b/app/Models/Search/ActionT.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/Delete.php b/app/Models/Search/Delete.php index 838728c5..000d7f94 100644 --- a/app/Models/Search/Delete.php +++ b/app/Models/Search/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/Execute.php b/app/Models/Search/Execute.php index 5c899ab3..a5d44cec 100644 --- a/app/Models/Search/Execute.php +++ b/app/Models/Search/Execute.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/Index.php b/app/Models/Search/Index.php index acb3dfcf..de6e9728 100644 --- a/app/Models/Search/Index.php +++ b/app/Models/Search/Index.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/Model.php b/app/Models/Search/Model.php index faba5d12..e744753d 100644 --- a/app/Models/Search/Model.php +++ b/app/Models/Search/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/Prepare.php b/app/Models/Search/Prepare.php index a394c408..b69e5f03 100644 --- a/app/Models/Search/Prepare.php +++ b/app/Models/Search/Prepare.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Search/TruncateIndex.php b/app/Models/Search/TruncateIndex.php index 6d11eb1e..f55f6119 100644 --- a/app/Models/Search/TruncateIndex.php +++ b/app/Models/Search/TruncateIndex.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/SmileyList/Delete.php b/app/Models/SmileyList/Delete.php index 2169ad35..fd568508 100644 --- a/app/Models/SmileyList/Delete.php +++ b/app/Models/SmileyList/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/SmileyList/Insert.php b/app/Models/SmileyList/Insert.php index bb605ac9..5b5e9a73 100644 --- a/app/Models/SmileyList/Insert.php +++ b/app/Models/SmileyList/Insert.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/SmileyList/Load.php b/app/Models/SmileyList/Load.php index da3ab393..bd144d56 100644 --- a/app/Models/SmileyList/Load.php +++ b/app/Models/SmileyList/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/SmileyList/Model.php b/app/Models/SmileyList/Model.php index a254a7eb..3292ef90 100644 --- a/app/Models/SmileyList/Model.php +++ b/app/Models/SmileyList/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/SmileyList/Update.php b/app/Models/SmileyList/Update.php index e888386a..4c4f73b3 100644 --- a/app/Models/SmileyList/Update.php +++ b/app/Models/SmileyList/Update.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Stats/Model.php b/app/Models/Stats/Model.php index 49010aa5..46e125c3 100644 --- a/app/Models/Stats/Model.php +++ b/app/Models/Stats/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Stopwords/Model.php b/app/Models/Stopwords/Model.php index 7290b46a..5a23bf1b 100644 --- a/app/Models/Stopwords/Model.php +++ b/app/Models/Stopwords/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Subscription/Model.php b/app/Models/Subscription/Model.php index 0a541d06..d2e52687 100644 --- a/app/Models/Subscription/Model.php +++ b/app/Models/Subscription/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Subscription/Send.php b/app/Models/Subscription/Send.php index da9c0aa2..cddb4c4b 100644 --- a/app/Models/Subscription/Send.php +++ b/app/Models/Subscription/Send.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Access.php b/app/Models/Topic/Access.php index 35917786..090d1164 100644 --- a/app/Models/Topic/Access.php +++ b/app/Models/Topic/Access.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/CalcStat.php b/app/Models/Topic/CalcStat.php index 5f02814c..65152e97 100644 --- a/app/Models/Topic/CalcStat.php +++ b/app/Models/Topic/CalcStat.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Delete.php b/app/Models/Topic/Delete.php index 4c624d41..119751b7 100644 --- a/app/Models/Topic/Delete.php +++ b/app/Models/Topic/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Load.php b/app/Models/Topic/Load.php index 481c1241..9e383a61 100644 --- a/app/Models/Topic/Load.php +++ b/app/Models/Topic/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Manager.php b/app/Models/Topic/Manager.php index 275815c1..a2a3f234 100644 --- a/app/Models/Topic/Manager.php +++ b/app/Models/Topic/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Merge.php b/app/Models/Topic/Merge.php index 5adee49d..e9428550 100644 --- a/app/Models/Topic/Merge.php +++ b/app/Models/Topic/Merge.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Model.php b/app/Models/Topic/Model.php index a4b1b441..219be652 100644 --- a/app/Models/Topic/Model.php +++ b/app/Models/Topic/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Move.php b/app/Models/Topic/Move.php index 8c4dd1b5..732f0b15 100644 --- a/app/Models/Topic/Move.php +++ b/app/Models/Topic/Move.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/Save.php b/app/Models/Topic/Save.php index 3db4df8d..474c6acd 100644 --- a/app/Models/Topic/Save.php +++ b/app/Models/Topic/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/UpdateUsername.php b/app/Models/Topic/UpdateUsername.php index 5c585c54..c2778e94 100644 --- a/app/Models/Topic/UpdateUsername.php +++ b/app/Models/Topic/UpdateUsername.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Topic/View.php b/app/Models/Topic/View.php index 46a7712c..13331e2c 100644 --- a/app/Models/Topic/View.php +++ b/app/Models/Topic/View.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/AdminsIds.php b/app/Models/User/AdminsIds.php index 1b64a1c2..1fe88b7e 100644 --- a/app/Models/User/AdminsIds.php +++ b/app/Models/User/AdminsIds.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/ChangeGroup.php b/app/Models/User/ChangeGroup.php index 5cfd97f2..afb6a595 100644 --- a/app/Models/User/ChangeGroup.php +++ b/app/Models/User/ChangeGroup.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Current.php b/app/Models/User/Current.php index d68991f7..7cb8a1ea 100644 --- a/app/Models/User/Current.php +++ b/app/Models/User/Current.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Delete.php b/app/Models/User/Delete.php index 5ad02056..db4c2598 100644 --- a/app/Models/User/Delete.php +++ b/app/Models/User/Delete.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Filter.php b/app/Models/User/Filter.php index 6954674b..3e823dc5 100644 --- a/app/Models/User/Filter.php +++ b/app/Models/User/Filter.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/IsUniqueName.php b/app/Models/User/IsUniqueName.php index 5cab40f5..9d572be5 100644 --- a/app/Models/User/IsUniqueName.php +++ b/app/Models/User/IsUniqueName.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Load.php b/app/Models/User/Load.php index a3727906..85a8021e 100644 --- a/app/Models/User/Load.php +++ b/app/Models/User/Load.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Manager.php b/app/Models/User/Manager.php index 6da6847a..472d4a11 100644 --- a/app/Models/User/Manager.php +++ b/app/Models/User/Manager.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Model.php b/app/Models/User/Model.php index c1a72da2..318cb443 100644 --- a/app/Models/User/Model.php +++ b/app/Models/User/Model.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Promote.php b/app/Models/User/Promote.php index ac74dc51..b071519d 100644 --- a/app/Models/User/Promote.php +++ b/app/Models/User/Promote.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Save.php b/app/Models/User/Save.php index 9c409273..704afb9a 100644 --- a/app/Models/User/Save.php +++ b/app/Models/User/Save.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/Stats.php b/app/Models/User/Stats.php index 435486a8..7b04d08f 100644 --- a/app/Models/User/Stats.php +++ b/app/Models/User/Stats.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/UpdateCountPosts.php b/app/Models/User/UpdateCountPosts.php index f36a6154..05b0fde0 100644 --- a/app/Models/User/UpdateCountPosts.php +++ b/app/Models/User/UpdateCountPosts.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/UpdateCountTopics.php b/app/Models/User/UpdateCountTopics.php index a2afa6e9..3530ca8f 100644 --- a/app/Models/User/UpdateCountTopics.php +++ b/app/Models/User/UpdateCountTopics.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/UpdateLastVisit.php b/app/Models/User/UpdateLastVisit.php index 6e8ae929..cd05621d 100644 --- a/app/Models/User/UpdateLastVisit.php +++ b/app/Models/User/UpdateLastVisit.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/UpdateLoginIpCache.php b/app/Models/User/UpdateLoginIpCache.php index abf259f8..323dd125 100644 --- a/app/Models/User/UpdateLoginIpCache.php +++ b/app/Models/User/UpdateLoginIpCache.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/User/UsersNumber.php b/app/Models/User/UsersNumber.php index 0fdc93bc..6f4abada 100644 --- a/app/Models/User/UsersNumber.php +++ b/app/Models/User/UsersNumber.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Validators/Email.php b/app/Models/Validators/Email.php index 172fce33..a2d20c5b 100644 --- a/app/Models/Validators/Email.php +++ b/app/Models/Validators/Email.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Validators/NoURL.php b/app/Models/Validators/NoURL.php index 21f4616c..02f97254 100644 --- a/app/Models/Validators/NoURL.php +++ b/app/Models/Validators/NoURL.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/Models/Validators/Username.php b/app/Models/Validators/Username.php index ecda7aa1..89d9151d 100644 --- a/app/Models/Validators/Username.php +++ b/app/Models/Validators/Username.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/bootstrap.php b/app/bootstrap.php index 7622e5c4..310d87bd 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/config/defaultBBCode.php b/app/config/defaultBBCode.php index 4f0157a3..37a8710a 100644 --- a/app/config/defaultBBCode.php +++ b/app/config/defaultBBCode.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ use function \ForkBB\__; diff --git a/app/config/install.php b/app/config/install.php index dcc5d363..f94bf75b 100644 --- a/app/config/install.php +++ b/app/config/install.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/config/main.dist.php b/app/config/main.dist.php index 15d225bf..196400dd 100644 --- a/app/config/main.dist.php +++ b/app/config/main.dist.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/app/functions.php b/app/functions.php index 2da051a0..e5a44abd 100644 --- a/app/functions.php +++ b/app/functions.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/index.dist.php b/index.dist.php index ab8bd4fe..be014412 100644 --- a/index.dist.php +++ b/index.dist.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1); diff --git a/public/index.dist.php b/public/index.dist.php index ff74c506..89c4c79c 100644 --- a/public/index.dist.php +++ b/public/index.dist.php @@ -1,4 +1,10 @@ . + * + * @copyright (c) Visman + * @license The MIT License (MIT) + */ declare(strict_types=1);