We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@throws
@return
1 parent 1be9fa3 commit 285602fCopy full SHA for 285602f
HttpCache/HttpCache.php
@@ -153,9 +153,9 @@ public function getKernel()
153
/**
154
* Gets the Surrogate instance.
155
*
156
- * @throws \LogicException
157
- *
158
* @return SurrogateInterface A Surrogate instance
+ *
+ * @throws \LogicException
159
*/
160
public function getSurrogate()
161
{
@@ -169,10 +169,10 @@ public function getSurrogate()
169
170
* Gets the Esi instance.
171
172
173
174
* @return Esi An Esi instance
175
176
* @deprecated since version 2.6, to be removed in 3.0. Use getSurrogate() instead
177
178
public function getEsi()
0 commit comments