Skip to content

Commit 4a0b546

Browse files
committed
*.raml: Minimal fixes to avoid critical errors while raml2html
Avoid "Deprecated: mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in tools/raml2html/vendor/raml-org/raml-php-parser/src/Parser.php on line 696"
1 parent 557ec2c commit 4a0b546

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/api/rest_api/rest_api_reference/input/ez-calendar.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ displayName: Calendar
8181
description: A calendar action that e.g. reschedules or unschedules calendar events. The event type should always be copied from an event.
8282
headers:
8383
Content-Type:
84-
description:
84+
#description:
8585
example: |
8686
application/vnd.ibexa.api.calendar.future_publication.UnscheduleAction+json
8787
body:

docs/api/rest_api/rest_api_reference/input/ez-types.raml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ UrlAlias:
17121712
type: any
17131713
path:
17141714
description: 'The full path of the alias.'
1715-
type:
1715+
#type:
17161716
languageCodes:
17171717
description: 'The languageCodes for which this path is valid.'
17181718
type: string[]
@@ -2321,7 +2321,7 @@ AttributeGroupCreate:
23212321

23222322
AttributeGroupUpdate:
23232323
type: object
2324-
description:
2324+
description: ''
23252325

23262326
AttributeGroupList:
23272327
type: object
@@ -2396,11 +2396,11 @@ ProductTypeUsage:
23962396

23972397
ProductTypeCreate:
23982398
type: object
2399-
description:
2399+
description: ''
24002400

24012401
ProductTypeUpdate:
24022402
type: object
2403-
description:
2403+
description: ''
24042404

24052405
ProductTypeViewInput:
24062406
type: object
@@ -2474,7 +2474,7 @@ RegionView:
24742474

24752475
ProductTypeList:
24762476
type: object
2477-
description:
2477+
description: ''
24782478

24792479
TaxonomyEntryAssignToContent:
24802480
type: object

0 commit comments

Comments
 (0)