Browse Source

removed docblock for isNoCache

Brikou CARRE 14 năm trước cách đây
mục cha
commit
9908d51da8
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/Symfony/Component/HttpFoundation/Request.php

+ 0 - 5
src/Symfony/Component/HttpFoundation/Request.php

@@ -770,11 +770,6 @@ class Request
         return preg_split('/\s*,\s*/', $this->headers->get('if_none_match'), null, PREG_SPLIT_NO_EMPTY);
     }
 
-    /**
-     * Checks whether cached response must be successfully revalidated by the origin server.
-     * 
-     * @return Boolean
-     */
     public function isNoCache()
     {
         return $this->headers->hasCacheControlDirective('no-cache') || 'no-cache' == $this->headers->get('Pragma');