Completed
Push — EZP-31267-io-config-resolver ( e110b4...dd7f09 )
by
unknown
16:05
created
eZ/Publish/Core/Repository/Tests/Service/Mock/DomainMapperTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,11 +17,10 @@
 block discarded – undo
17 17
 use eZ\Publish\Core\Repository\Helper\DomainMapper;
18 18
 use eZ\Publish\Core\Repository\Values\Content\Content;
19 19
 use eZ\Publish\Core\Repository\Values\Content\VersionInfo;
20
-use eZ\Publish\SPI\Persistence\Content\ContentInfo;
20
+use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
21 21
 use eZ\Publish\SPI\Persistence\Content\Location;
22 22
 use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
23 23
 use eZ\Publish\SPI\Persistence\Content\VersionInfo as SPIVersionInfo;
24
-use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
25 24
 
26 25
 /**
27 26
  * Mock test case for internal DomainMapper.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Exceptions/InvalidVariationException.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -12,6 +12,10 @@
 block discarded – undo
12 12
 
13 13
 class InvalidVariationException extends InvalidArgumentException
14 14
 {
15
+    /**
16
+     * @param string $variationName
17
+     * @param string $variationType
18
+     */
15 19
     public function __construct($variationName, $variationType, $code = 0, Exception $previous = null)
16 20
     {
17 21
         parent::__construct("Invalid variation '$variationName' for $variationType", $code, $previous);
Please login to merge, or discard this patch.
Bundle/EzPublishCoreBundle/DependencyInjection/Configuration/Parser/IO.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -100,6 +100,7 @@
 block discarded – undo
100 100
 
101 101
     /**
102 102
      * Applies dependencies of complex $parameter in $scope.
103
+     * @param string $parameter
103 104
      */
104 105
     private function addComplexParametersDependencies($parameter, $scope, ContainerBuilder $container)
105 106
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishIOBundle/EventListener/StreamFileListener.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -77,6 +77,7 @@
 block discarded – undo
77 77
      * Tests if $uri is an IO file uri root.
78 78
      *
79 79
      * @param string $uri
80
+     * @param string $urlPrefix
80 81
      *
81 82
      * @return bool
82 83
      */
Please login to merge, or discard this patch.