Completed
Push — EZP-31677-6.13-7.5 ( 743cfe )
by
unknown
17:29 queued 10s
created
eZ/Publish/Core/Search/Common/FieldValueMapper/StringMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Map field value to a proper search engine representation.
34 34
      *
35
-     * @return mixed
35
+     * @return string
36 36
      */
37 37
     public function map(Field $field)
38 38
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchService/RemoteIdIndexingTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     /**
94 94
      * Create 2 * number of remote IDs test data sets (one for Content, another for Location).
95 95
      *
96
-     * @return iterable
96
+     * @return \Generator
97 97
      */
98 98
     public function providerForTestIndexingRemoteId(): iterable
99 99
     {
Please login to merge, or discard this patch.