From 39fadb5ac0a3c49a960f22d51afee31984aa9614 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 16 Nov 2021 00:05:43 +0100 Subject: [PATCH] cs fixes, bug fixes, code coverage --- CONTRIBUTING.md | 4 +--- tests/Models/EventMapperTest.php | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cab9f5e..ad8944e 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,9 +12,7 @@ If you have a good idea for improvement feel free to create a new issue with all ### Issues -Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the `Project.md` file in the `Docs` repository. - -The issue information can be used to provide additional information such as priority, difficulty and type. For your first issue try to find a issue marked `[d:first]` or `[d:beginner]`. +Feel free to grab any open issue implement it and create a new pull request. Most issues can be found in the code marked with `@todo` or in the [PROJECT.md](https://github.com/Orange-Management/Docs/blob/master/Project/PROJECT.md) file. ### Code Style diff --git a/tests/Models/EventMapperTest.php b/tests/Models/EventMapperTest.php index a703e84..f23ff89 100755 --- a/tests/Models/EventMapperTest.php +++ b/tests/Models/EventMapperTest.php @@ -22,7 +22,6 @@ use Modules\EventManagement\Models\ProgressType; use Modules\Media\Models\Media; use Modules\Tasks\Models\Task; use phpOMS\Localization\Money; -use phpOMS\Utils\RnG\Text; /** * @internal