Completed
Push — stash_transaction_race ( 55e5bd )
by André
29:46 queued 14:41
created
eZ/Publish/Core/Persistence/Cache/CacheServiceDecorator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      * {@see \Psr\Cache\CacheItemPoolInterface}
83 83
      *
84 84
      * @param array $keys
85
-     * @return \Stash\Interfaces\ItemInterface[]
85
+     * @return Item[]
86 86
      */
87 87
     public function getItems(array $keys = [])
88 88
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
      * a series of string arguments, or an array.
150 150
      *
151 151
      * @internal
152
-     * @param array|null|string $key , $key, $key...
152
+     * @param string $key , $key, $key...
153 153
      * @return bool
154 154
      */
155 155
     public function clear(...$key)
Please login to merge, or discard this patch.