@@ -153,9 +153,9 @@ public function getEventDispatcher()
153153 * @param string $path Path or URL
154154 * @param array $headers HTTP headers (optional)
155155 *
156- * @throws UnsupportedProxyOperationException
157- *
158156 * @return $this
157+ *
158+ * @throws UnsupportedProxyOperationException
159159 */
160160 public function invalidatePath ($ path , array $ headers = [])
161161 {
@@ -176,9 +176,9 @@ public function invalidatePath($path, array $headers = [])
176176 *
177177 * @see RefreshCapable::refresh()
178178 *
179- * @throws UnsupportedProxyOperationException
180- *
181179 * @return $this
180+ *
181+ * @throws UnsupportedProxyOperationException
182182 */
183183 public function refreshPath ($ path , array $ headers = [])
184184 {
@@ -201,9 +201,9 @@ public function refreshPath($path, array $headers = [])
201201 *
202202 * @param array $headers HTTP headers that path must match to be banned
203203 *
204- * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
205- *
206204 * @return $this
205+ *
206+ * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
207207 */
208208 public function invalidate (array $ headers )
209209 {
@@ -223,9 +223,9 @@ public function invalidate(array $headers)
223223 *
224224 * @param array $tags Tags that should be removed/expired from the cache
225225 *
226- * @throws UnsupportedProxyOperationException If HTTP cache does not support Tags invalidation
227- *
228226 * @return $this
227+ *
228+ * @throws UnsupportedProxyOperationException If HTTP cache does not support Tags invalidation
229229 */
230230 public function invalidateTags (array $ tags )
231231 {
@@ -255,9 +255,9 @@ public function invalidateTags(array $tags)
255255 * @param array|string $hosts Regular expression of a host name or list of
256256 * exact host names to limit banning
257257 *
258- * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
259- *
260258 * @return $this
259+ *
260+ * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
261261 */
262262 public function invalidateRegex ($ path , $ contentType = null , $ hosts = null )
263263 {
@@ -273,9 +273,9 @@ public function invalidateRegex($path, $contentType = null, $hosts = null)
273273 /**
274274 * Clear the cache completely.
275275 *
276- * @throws UnsupportedProxyOperationException if HTTP cache does not support clearing the cache completely
277- *
278276 * @return $this
277+ *
278+ * @throws UnsupportedProxyOperationException if HTTP cache does not support clearing the cache completely
279279 */
280280 public function clearCache ()
281281 {
0 commit comments