Completed
Push — master ( 8cd077...c823b8 )
by Tomáš
14:59 queued 07:26
created
src/Files/FileList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Util/Common.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.