@@ -10,7 +10,6 @@ |
||
10 | 10 | namespace PHP_CodeSniffer\Reports; |
11 | 11 | |
12 | 12 | use PHP_CodeSniffer\Files\File; |
13 | -use PHP_CodeSniffer\Util; |
|
14 | 13 | |
15 | 14 | class Diff implements Report |
16 | 15 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @param string $path The path to use. |
42 | 42 | * |
43 | - * @return mixed |
|
43 | + * @return string |
|
44 | 44 | */ |
45 | 45 | public static function realpath($path) |
46 | 46 | { |