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
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
Merged
Introduce semver and static tests
feature/test-automation
into
master
Overview
0
Commits
3
Pipelines
3
Changes
7
Merged
Vadim Justus
requested to merge
feature/test-automation
into
master
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
7
Expand
0
0
Merge request reports
Compare
master
version 2
3543a217
4 years ago
version 1
2abe6338
4 years ago
master (base)
and
latest version
latest version
844529d9
3 commits,
4 years ago
version 2
3543a217
2 commits,
4 years ago
version 1
2abe6338
1 commit,
4 years ago
7 files
+
335
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
Model/DataMapper/OrderItemsMapper.php
+
0
−
1
Options
@@ -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