@@ -96,7 +96,7 @@ public function __construct(ProxyClientInterface $cache)
9696 * refreshPath works and INVALIDATE is about all other invalidation
9797 * methods.
9898 *
99- * @param string $operation one of the class constants.
99+ * @param string $operation one of the class constants
100100 *
101101 * @return bool
102102 *
@@ -123,7 +123,7 @@ public function supports($operation)
123123 *
124124 * @return $this
125125 *
126- * @throws \Exception When trying to override the event dispatcher.
126+ * @throws \Exception when trying to override the event dispatcher
127127 */
128128 public function setEventDispatcher (EventDispatcherInterface $ eventDispatcher )
129129 {
@@ -156,7 +156,7 @@ public function getEventDispatcher()
156156 *
157157 * @return $this
158158 *
159- * @deprecated Use getEventDispatcher()->addSubscriber($subscriber) instead.
159+ * @deprecated use getEventDispatcher()->addSubscriber($subscriber) instead
160160 */
161161 public function addSubscriber (EventSubscriberInterface $ subscriber )
162162 {
@@ -172,7 +172,7 @@ public function addSubscriber(EventSubscriberInterface $subscriber)
172172 *
173173 * @return $this
174174 *
175- * @deprecated Use constructor argument to TagHandler instead.
175+ * @deprecated use constructor argument to TagHandler instead
176176 */
177177 public function setTagsHeader ($ tagsHeader )
178178 {
@@ -188,7 +188,7 @@ public function setTagsHeader($tagsHeader)
188188 *
189189 * @return string
190190 *
191- * @deprecated Use TagHandler::getTagsHeaderName instead.
191+ * @deprecated use TagHandler::getTagsHeaderName instead
192192 */
193193 public function getTagsHeader ()
194194 {
@@ -247,7 +247,7 @@ public function refreshPath($path, array $headers = array())
247247 *
248248 * @see BanInterface::ban()
249249 *
250- * @param array $headers HTTP headers that path must match to be banned.
250+ * @param array $headers HTTP headers that path must match to be banned
251251 *
252252 * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
253253 *
@@ -275,12 +275,12 @@ public function invalidate(array $headers)
275275 *
276276 * @see BanInterface::banPath()
277277 *
278- * @param string $path Regular expression pattern for URI to
279- * invalidate.
280- * @param string $contentType Regular expression pattern for the content
281- * type to limit banning, for instance 'text'.
282- * @param array|string $hosts Regular expression of a host name or list of
283- * exact host names to limit banning.
278+ * @param string $path regular expression pattern for URI to
279+ * invalidate
280+ * @param string $contentType regular expression pattern for the content
281+ * type to limit banning, for instance 'text'
282+ * @param array|string $hosts regular expression of a host name or list of
283+ * exact host names to limit banning
284284 *
285285 * @throws UnsupportedProxyOperationException If HTTP cache does not support BAN requests
286286 *
@@ -307,7 +307,7 @@ public function invalidateRegex($path, $contentType = null, $hosts = null)
307307 *
308308 * @return $this
309309 *
310- * @deprecated Use TagHandler::invalidateTags instead.
310+ * @deprecated use TagHandler::invalidateTags instead
311311 */
312312 public function invalidateTags (array $ tags )
313313 {
@@ -323,9 +323,9 @@ public function invalidateTags(array $tags)
323323 /**
324324 * Send all pending invalidation requests.
325325 *
326- * @return int The number of cache invalidations performed per caching server.
326+ * @return int the number of cache invalidations performed per caching server
327327 *
328- * @throws ExceptionCollection If any errors occurred during flush.
328+ * @throws ExceptionCollection if any errors occurred during flush
329329 */
330330 public function flush ()
331331 {
0 commit comments