mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 15:05:40 +00:00
FIX: Line length.
This commit is contained in:
parent
90f0556ca4
commit
2674beb94a
@ -15,7 +15,7 @@ use SilverStripe\EnvironmentCheck\EnvironmentCheck;
|
|||||||
* also must be excluded from Cache-Control headers in response. Also checks for
|
* also must be excluded from Cache-Control headers in response. Also checks for
|
||||||
* existence of ETag.
|
* existence of ETag.
|
||||||
*
|
*
|
||||||
* @example SilverStripe\EnvironmentCheck\Checks\CacheHeadersCheck("/", ["must-revalidate", "max-age=120"], ["no-store"])
|
* @example SilverStripe\EnvironmentCheck\Checks\CacheHeadersCheck("/",["must-revalidate", "max-age=120"],["no-store"])
|
||||||
* @package environmentcheck
|
* @package environmentcheck
|
||||||
*/
|
*/
|
||||||
class CacheHeadersCheck implements EnvironmentCheck
|
class CacheHeadersCheck implements EnvironmentCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user