Skip to content

Commit 375af0a

Browse files
committed
Sort props
1 parent 18935f9 commit 375af0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Indices/Mapping.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
class Mapping
1212
{
1313
/**
14-
* The dynamic field mapping behavior.
14+
* The mapping property definitions.
1515
*/
16-
protected bool|string|null $dynamic = null;
16+
protected MappingProperties $properties;
1717

1818
/**
19-
* The mapping property definitions.
19+
* The dynamic field mapping behavior.
2020
*/
21-
protected MappingProperties $properties;
21+
protected bool|string|null $dynamic = null;
2222

2323
/**
2424
* The dynamic template definitions.

0 commit comments

Comments
 (0)