FIX: Line length.

This commit is contained in:
Frank Mullenger 2019-02-15 13:58:08 +13:00
parent 90f0556ca4
commit 2674beb94a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use SilverStripe\EnvironmentCheck\EnvironmentCheck;
* also must be excluded from Cache-Control headers in response. Also checks for
* 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
*/
class CacheHeadersCheck implements EnvironmentCheck