Completed
Push — feature-EZP-25696 ( 52d929...5f47d3 )
by André
23:51
created
eZ/Publish/Core/MVC/Symfony/Cache/Http/Proxy/TagAwareStore.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.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/DeleteLocationSlot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot;
12 12
 
13
-use eZ\Publish\API\Repository\Exceptions\NotFoundException;
14 13
 use eZ\Publish\Core\SignalSlot\Signal;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.