Skip to content

Commit 285602f

Browse files
@throws annotations should go after @return
1 parent 1be9fa3 commit 285602f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HttpCache/HttpCache.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ public function getKernel()
153153
/**
154154
* Gets the Surrogate instance.
155155
*
156-
* @throws \LogicException
157-
*
158156
* @return SurrogateInterface A Surrogate instance
157+
*
158+
* @throws \LogicException
159159
*/
160160
public function getSurrogate()
161161
{
@@ -169,10 +169,10 @@ public function getSurrogate()
169169
/**
170170
* Gets the Esi instance.
171171
*
172-
* @throws \LogicException
173-
*
174172
* @return Esi An Esi instance
175173
*
174+
* @throws \LogicException
175+
*
176176
* @deprecated since version 2.6, to be removed in 3.0. Use getSurrogate() instead
177177
*/
178178
public function getEsi()

0 commit comments

Comments
 (0)