Completed
Push — ezp30956_file_name_parens_cann... ( 849105...f65292 )
by
unknown
140:38 queued 123:34
created
eZ/Publish/Core/Persistence/Cache/CacheServiceDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
      * a series of string arguments, or an array.
149 149
      *
150 150
      * @internal
151
-     * @param array|null|string $key , $key, $key...
151
+     * @param string $key , $key, $key...
152 152
      * @return bool
153 153
      */
154 154
     public function clear(...$key)
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Values/ResourceCreated.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class ResourceCreated extends RestValue
14 14
 {
15
+    /**
16
+     * @param string|null $redirectUri
17
+     */
15 18
     public function __construct($redirectUri)
16 19
     {
17 20
         $this->redirectUri = $redirectUri;
Please login to merge, or discard this patch.