Completed
Push — ezp-30639-deprecated-view-acti... ( ce759a...cff041 )
by
unknown
13:07
created
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.