Completed
Push — master ( ad0dfd...e71c01 )
by Łukasz
30:11 queued 16:05
created
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.