Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 22aa659

Browse files
committed
Fixed phpdoc
1 parent 493bb65 commit 22aa659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPFormatter/Sorter/UseSorter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function setGroupType($groupType)
155155
*
156156
* @param string $data file data
157157
*
158-
* @return mixed Data processed or false if no use block has been found
158+
* @return false|string Data processed or false if no use block has been found
159159
*/
160160
public function sort($data)
161161
{

0 commit comments

Comments
 (0)