Completed
Push — sf_cache ( 93bbec...94d0e5 )
by André
13:04
created
eZ/Publish/Core/Persistence/Cache/ContentHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Returns an array of allowed IPs for Http PURGE requests.
102 102
      *
103
-     * @return array
103
+     * @return string[]
104 104
      */
105 105
     protected function getInternalAllowedIPs()
106 106
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/LocationHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -270,9 +270,9 @@
 block discarded – undo
270 270
      * Return relevant content and location tags so cache can be purged reliably.
271 271
      *
272 272
      * @param Location $location
273
-     * @param array $tags Optional, can be used to specify additional tags.
273
+     * @param string[] $tags Optional, can be used to specify additional tags.
274 274
      *
275
-     * @return array
275
+     * @return string[]
276 276
      */
277 277
     private function getCacheTags(Location $location, $tags = [])
278 278
     {
Please login to merge, or discard this patch.