Completed
Push — 6.6 ( 0db17d...667b56 )
by
unknown
46:02 queued 32:29
created
eZ/Publish/API/Repository/Tests/SearchServiceTest.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3826,6 +3826,7 @@  discard block
 block discarded – undo
3826 3826
      * Test for the findContent() method.
3827 3827
      *
3828 3828
      * @see \eZ\Publish\API\Repository\SearchService::findContent()
3829
+     * @param string $queryType
3829 3830
      */
3830 3831
     public function testUserMetadataGroupHorizontalFilterContent($queryType = null)
3831 3832
     {
@@ -3915,6 +3916,7 @@  discard block
 block discarded – undo
3915 3916
      * Test for the findLocations() method.
3916 3917
      *
3917 3918
      * @see \eZ\Publish\API\Repository\SearchService::findLocations()
3919
+     * @param string $queryType
3918 3920
      */
3919 3921
     public function testUserMetadataGroupHorizontalFilterLocation($queryType = null)
3920 3922
     {
@@ -4354,7 +4356,7 @@  discard block
 block discarded – undo
4354 4356
      *
4355 4357
      * @param null|callable $closure
4356 4358
      *
4357
-     * @return callable
4359
+     * @return \Closure
4358 4360
      */
4359 4361
     private function getContentInfoFixtureClosure($closure = null)
4360 4362
     {
Please login to merge, or discard this patch.