We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18935f9 commit 375af0aCopy full SHA for 375af0a
1 file changed
src/Indices/Mapping.php
@@ -11,14 +11,14 @@
11
class Mapping
12
{
13
/**
14
- * The dynamic field mapping behavior.
+ * The mapping property definitions.
15
*/
16
- protected bool|string|null $dynamic = null;
+ protected MappingProperties $properties;
17
18
19
- * The mapping property definitions.
+ * The dynamic field mapping behavior.
20
21
- protected MappingProperties $properties;
+ protected bool|string|null $dynamic = null;
22
23
24
* The dynamic template definitions.
0 commit comments