alpha2 (#2)
- Change multiple field matching to enum - Implement auto-generated IDs Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
11
tests/integration/NumDocument.php
Normal file
11
tests/integration/NumDocument.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Test\Integration;
|
||||
|
||||
/**
|
||||
* A test document with a numeric ID
|
||||
*/
|
||||
class NumDocument
|
||||
{
|
||||
public function __construct(public int $id = 0, public string $value = '') { }
|
||||
}
|
||||
Reference in New Issue
Block a user