Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schemadotorg
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
schemadotorg
Merge requests
!237
Issue
#3525522
: ParseError: syntax error in SchemaDotOrgInstaller.php
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3525522
: ParseError: syntax error in SchemaDotOrgInstaller.php
issue/schemadotorg-3525522:3525522-parseerror-syntax-error
into
1.0.x
Overview
0
Commits
2
Pipelines
4
Changes
19
Merged
Jacob Rockowitz
requested to merge
issue/schemadotorg-3525522:3525522-parseerror-syntax-error
into
1.0.x
4 weeks ago
Overview
0
Commits
2
Pipelines
4
Changes
19
Expand
Closes
#3525522
0
0
Merge request reports
Compare
1.0.x
version 3
f961ce43
4 weeks ago
version 2
f961ce43
4 weeks ago
version 1
4fcde137
4 weeks ago
1.0.x (base)
and
latest version
latest version
f961ce43
2 commits,
4 weeks ago
version 3
f961ce43
2 commits,
4 weeks ago
version 2
f961ce43
2 commits,
4 weeks ago
version 1
4fcde137
1 commit,
4 weeks ago
19 files
+
36
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
modules/schemadotorg_additional_type/src/SchemaDotOrgAdditionalTypeManagerInterface.php
+
2
−
2
Options
@@ -16,12 +16,12 @@ interface SchemaDotOrgAdditionalTypeManagerInterface {
/**
* Add new field mapping option.
*/
const
string
ADD_FIELD
=
SchemaDotOrgEntityFieldManagerInterface
::
ADD_FIELD
;
const
ADD_FIELD
=
SchemaDotOrgEntityFieldManagerInterface
::
ADD_FIELD
;
/**
* The additional type field name suffix.
*/
const
string
FIELD_NAME_SUFFIX
=
'_type'
;
const
FIELD_NAME_SUFFIX
=
'_type'
;
/**
* Alter Schema.org mapping entity default values.
Loading