Skip to content

Commit 9366bc1

Browse files
@throws annotations should go after @return
1 parent 0f4dffe commit 9366bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NodeVisitor/Scope.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public function leave()
6767
* @param string $key
6868
* @param mixed $value
6969
*
70-
* @throws \LogicException
71-
*
7270
* @return Scope Current scope
71+
*
72+
* @throws \LogicException
7373
*/
7474
public function set($key, $value)
7575
{

0 commit comments

Comments
 (0)