Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
migrate_plus
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
migrate_plus
Merge requests
!72
fix coding standard
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
fix coding standard
issue/migrate_plus-3334436:coding_standard
into
6.0.x
Overview
6
Commits
3
Pipelines
4
Changes
29
6 unresolved threads
Hide all comments
Open
Vishal Jangid
requested to merge
issue/migrate_plus-3334436:coding_standard
into
6.0.x
2 years ago
Overview
6
Commits
3
Pipelines
4
Changes
29
6 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
6.0.x
version 2
bf9f18ec
1 year ago
version 1
5deee29d
2 years ago
6.0.x (base)
and
latest version
latest version
55d2281c
3 commits,
1 year ago
version 2
bf9f18ec
2 commits,
1 year ago
version 1
5deee29d
1 commit,
2 years ago
29 files
+
231
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
29
Search (e.g. *.vue) (Ctrl+P)
migrate_example/migrate_example_setup/migrate_example_setup.install
+
5
−
0
Options
<?php
/**
* @file
* Install, update, and uninstall functions for the migrate plus module.
*/
declare
(
strict_types
=
1
);
/**
Loading