Skip to content

Commit b0d0106

Browse files
@throws annotations should go after @return
1 parent 76a7e7d commit b0d0106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Translation/PhpExtractor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ protected function parseTokens($tokens, MessageCatalogue $catalog)
182182
/**
183183
* @param string $file
184184
*
185-
* @throws \InvalidArgumentException
186-
*
187185
* @return bool
186+
*
187+
* @throws \InvalidArgumentException
188188
*/
189189
protected function canBeExtracted($file)
190190
{

0 commit comments

Comments
 (0)