Completed
Push — 6.13 ( 05c607...40aa84 )
by André
23:50
created
eZ/Publish/Core/Search/Common/FieldValueMapper/PriceMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      *
37 37
      * @param \eZ\Publish\SPI\Search\Field $field
38 38
      *
39
-     * @return mixed
39
+     * @return double
40 40
      */
41 41
     public function map(Field $field)
42 42
     {
Please login to merge, or discard this patch.
Legacy/Content/Common/Gateway/SortClauseHandler/MapLocationDistance.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause
80 80
      * @param int $number
81 81
      *
82
-     * @return string
82
+     * @return string[]
83 83
      */
84 84
     public function applySelect(SelectQuery $query, SortClause $sortClause, $number)
85 85
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/PurgeAllHttpCacheSlot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot;
10 10
 
11 11
 use eZ\Publish\Core\SignalSlot\Signal;
12
-use eZ\Publish\Core\SignalSlot\Slot;
13 12
 
14 13
 /**
15 14
  * An abstract slot for clearing all http caches.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/Common/FacetedSearchProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests\Common;
10 10
 
11
-use eZ\Publish\API\Repository\Values\Content\Query;
12 11
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
13 12
 use eZ\Publish\API\Repository\Values\Content\Query\SortClause;
14 13
 use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder;
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Features/Context/ContentPreviewContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Behat\Behat\Context\Context;
8 8
 use Behat\Behat\Context\SnippetAcceptingContext;
9 9
 use Behat\Behat\Hook\Scope\BeforeScenarioScope;
10
-use eZ\Publish\API\Repository\Values\Content\Content;
11 10
 use eZ\Publish\API\Repository\Values\Content\VersionInfo;
12 11
 use EzSystems\BehatBundle\Context\Browser\Context as BrowserContext;
13 12
 use EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/SiteAccess/Tests/RouterURITextTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 block discarded – undo
9 9
 namespace eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests;
10 10
 
11 11
 use eZ\Publish\Core\MVC\Symfony\SiteAccess;
12
-use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText;
12
+use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher;
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use eZ\Publish\Core\MVC\Symfony\SiteAccess\Router;
15
-use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher;
16 15
 use eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest;
17 16
 use eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder;
18 17
 use Psr\Log\LoggerInterface;
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
98 98
         );
99 99
     }
100 100
 
101
+    /**
102
+     * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface
103
+     */
101 104
     public function getDeprecationWarnerMock()
102 105
     {
103 106
         if (!isset($this->deprecationWarnerMock)) {
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/Tests/URLServiceTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -85,6 +85,10 @@
 block discarded – undo
85 85
         return new URLService($innerService, $dispatcher);
86 86
     }
87 87
 
88
+    /**
89
+     * @param integer $id
90
+     * @param string $url
91
+     */
88 92
     private function getApiUrl($id = null, $url = null, $isValid = false)
89 93
     {
90 94
         return new URL([
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@
 block discarded – undo
723 723
      * Instantiates a new location create class.
724 724
      *
725 725
      * @param mixed $parentLocationId the parent under which the new location should be created
726
-     * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
726
+     * @param null|ContentType $contentType
727 727
      *
728 728
      * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct
729 729
      */
Please login to merge, or discard this patch.