Skip to content

Commit ba93e49

Browse files
committed
minor #13232 Remove colon (OskarStark)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #13232). Discussion ---------- Remove colon Before: <img width="812" alt="Screenshot 2020-02-24 08 00 55" src="https://user-images.githubusercontent.com/995707/75133744-2adad600-56dc-11ea-9a7b-a9e354ec3fc5.png"> Commits ------- 4b16e1b Remove colon
2 parents 853d05f + 4b16e1b commit ba93e49

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

components/http_foundation.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -398,17 +398,17 @@ Managing the HTTP Cache
398398
The :class:`Symfony\\Component\\HttpFoundation\\Response` class has a rich set
399399
of methods to manipulate the HTTP headers related to the cache:
400400

401-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setPublic`;
402-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setPrivate`;
403-
* :method:`Symfony\\Component\\HttpFoundation\\Response::expire`;
404-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setExpires`;
405-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setMaxAge`;
406-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setSharedMaxAge`;
407-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setTtl`;
408-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setClientTtl`;
409-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setLastModified`;
410-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setEtag`;
411-
* :method:`Symfony\\Component\\HttpFoundation\\Response::setVary`;
401+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setPublic`
402+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setPrivate`
403+
* :method:`Symfony\\Component\\HttpFoundation\\Response::expire`
404+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setExpires`
405+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setMaxAge`
406+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setSharedMaxAge`
407+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setTtl`
408+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setClientTtl`
409+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setLastModified`
410+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setEtag`
411+
* :method:`Symfony\\Component\\HttpFoundation\\Response::setVary`
412412

413413
The :method:`Symfony\\Component\\HttpFoundation\\Response::setCache` method
414414
can be used to set the most commonly used cache information in one method

0 commit comments

Comments
 (0)