Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
order-export
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workshops
examples
order-export
Merge requests
!1
Introduce semver and static tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Introduce semver and static tests
feature/test-automation
into
master
Overview
0
Commits
3
Pipelines
3
Changes
7
Merged
Introduce semver and static tests
Vadim Justus
requested to merge
feature/test-automation
into
master
Aug 22, 2020
Overview
0
Commits
3
Pipelines
3
Changes
7
0
0
Merge request reports
Compare
master
version 2
3543a217
Aug 22, 2020
version 1
2abe6338
Aug 22, 2020
master (base)
and
latest version
latest version
844529d9
3 commits,
Aug 22, 2020
version 2
3543a217
2 commits,
Aug 22, 2020
version 1
2abe6338
1 commit,
Aug 22, 2020
7 files
+
335
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Model/DataMapper/OrderItemsMapper.php
+
0
−
1
View file @ 844529d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,7 +13,6 @@ declare(strict_types=1);
namespace
Workshop\OrderExport\Model\DataMapper
;
use
Magento\Catalog\Model\ProductTypeList
;
use
Magento\Sales\Api\Data\OrderInterface
;
use
Workshop\OrderExport\Model\DataMappingInterface
;
Loading