diff --git a/src/Controller/PrepaidBalanceControllerInterface.php b/src/Controller/PrepaidBalanceControllerInterface.php index 15123059..b5bc4704 100644 --- a/src/Controller/PrepaidBalanceControllerInterface.php +++ b/src/Controller/PrepaidBalanceControllerInterface.php @@ -31,8 +31,11 @@ interface PrepaidBalanceControllerInterface { /** - * Cache prefix is new 'reserved' cache tag format CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:$suffix, - * if something is tagged with this, it will be a cache miss on POST requests. + * Cache prefix is new 'reserved' cache tag format. + * + * CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:$suffix. + * + * If tagged, it will be a cache miss on POST. */ const CACHE_MISS = 'CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:form'; diff --git a/src/Controller/PrepaidBalanceXControllerInterface.php b/src/Controller/PrepaidBalanceXControllerInterface.php index 75333d5c..69e71594 100644 --- a/src/Controller/PrepaidBalanceXControllerInterface.php +++ b/src/Controller/PrepaidBalanceXControllerInterface.php @@ -31,8 +31,11 @@ interface PrepaidBalanceXControllerInterface { /** - * Cache prefix is new 'reserved' cache tag format CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:$suffix, - * if something is tagged with this, it will be a cache miss on POST requests. + * Cache prefix is new 'reserved' cache tag format. + * + * CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:$suffix. + * + * If tagged, it will be a cache miss on POST. */ const CACHE_MISS = 'CACHE_MISS_IF_UNCACHEABLE_HTTP_METHOD:form';