Completed
Push — EZP-25696 ( 1029f9 )
by André
98:28 queued 64:36
created
eZ/Publish/Core/MVC/Symfony/Cache/Http/LocationAwareStore.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * @param string $tag    The tag key
98 98
      * @param string $digest The digest hash to store representing the cache item.
99 99
      *
100
-     * @return bool|void
100
+     * @return false|null
101 101
      */
102 102
     private function saveTag($tag, $digest)
103 103
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      *
132 132
      * @param \Symfony\Component\HttpFoundation\Request $request
133 133
      *
134
-     * @return bool True if purge was successful. False otherwise
134
+     * @return boolean|null True if purge was successful. False otherwise
135 135
      */
136 136
     public function purgeByRequest(Request $request)
137 137
     {
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
      *
174 174
      * @deprecated Use cache:clear, with multi tagging theoretically there shouldn't be need to delete all anymore from core.
175 175
      *
176
-     * @return bool
176
+     * @return boolean|null
177 177
      */
178 178
     public function purgeAllContent()
179 179
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
      *
187 187
      * @param string $tag
188 188
      *
189
-     * @return bool
189
+     * @return false|null
190 190
      */
191 191
     private function purgeByCacheTag($tag)
192 192
     {
Please login to merge, or discard this patch.