diff --git a/core/Callbacks/Models/RecordCallback.php b/core/Callbacks/Models/RecordCallback.php index 9cad7bd3..7639913b 100644 --- a/core/Callbacks/Models/RecordCallback.php +++ b/core/Callbacks/Models/RecordCallback.php @@ -5,7 +5,7 @@ namespace ManiaControl\Callbacks\Models; /** * Base Model Class for Callbacks * - * @deprecated + * @deprecated * @author ManiaControl Team * @copyright 2014-2017 ManiaControl Team * @license http://www.gnu.org/licenses/ GNU General Public License, Version 3 diff --git a/phpunittests/core/script/ModeScriptEventManagerTest.php b/phpunittests/core/Script/ModeScriptEventManagerTest.php similarity index 99% rename from phpunittests/core/script/ModeScriptEventManagerTest.php rename to phpunittests/core/Script/ModeScriptEventManagerTest.php index 2d5b40a5..5e1b62ca 100644 --- a/phpunittests/core/script/ModeScriptEventManagerTest.php +++ b/phpunittests/core/Script/ModeScriptEventManagerTest.php @@ -1,6 +1,6 @@