Skip to content

Commit b02a2c3

Browse files
committed
Fix comments and PR review
1 parent 79e9ba0 commit b02a2c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/Elastica/Document.php

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
class Document extends AbstractUpdateAction
1414
{
1515
public const OP_TYPE_CREATE = Action::OP_TYPE_CREATE;
16-
public const DEFAULT_TYPE = '_doc';
1716

1817
/**
1918
* Document data.

test/Elastica/MappingTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public function testGetters()
306306
$mapping = new Mapping($properties);
307307
$all = [
308308
'enabled' => true,
309-
'store' => true,
309+
'store' => true,
310310
];
311311
$mapping->setParam('_all', $all);
312312

0 commit comments

Comments
 (0)