@@ -469,7 +469,7 @@ public function testQueryWithVariousFilterCombinations(
469469 $ this ->assertCount (1 , $ documents );
470470 }
471471
472- public function testQueryReturnsMetadatasEmbeddingsDistanceWithoutInclude (): void
472+ public function testQueryReturnsMetadatasEmbeddingsDistanceWithoutInclude ()
473473 {
474474 $ queryVector = new Vector ([0.15 , 0.25 , 0.35 ]);
475475 $ queryResponse = new QueryItemsResponse (
@@ -503,7 +503,7 @@ public function testQueryReturnsMetadatasEmbeddingsDistanceWithoutInclude(): voi
503503 $ this ->assertSame (['title ' => 'Doc 1 ' ], $ documents [0 ]->metadata ->getArrayCopy ());
504504 }
505505
506- public function testQueryReturnsMetadatasEmbeddingsDistanceWithOnlyDocuments (): void
506+ public function testQueryReturnsMetadatasEmbeddingsDistanceWithOnlyDocuments ()
507507 {
508508 $ queryVector = new Vector ([0.15 , 0.25 , 0.35 ]);
509509 $ queryResponse = new QueryItemsResponse (
@@ -537,7 +537,7 @@ public function testQueryReturnsMetadatasEmbeddingsDistanceWithOnlyDocuments():
537537 $ this ->assertSame (['title ' => 'Doc 1 ' , '_text ' => 'Document content here ' ], $ documents [0 ]->metadata ->getArrayCopy ());
538538 }
539539
540- public function testQueryReturnsMetadatasEmbeddingsDistanceWithAll (): void
540+ public function testQueryReturnsMetadatasEmbeddingsDistanceWithAll ()
541541 {
542542 $ queryVector = new Vector ([0.15 , 0.25 , 0.35 ]);
543543 $ queryResponse = new QueryItemsResponse (
0 commit comments