Completed
Branch master (2d05f2)
by Demonchaux
02:16
created
src/CloverToHtml/File.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
-     * @return number
130
+     * @return integer
131 131
      */
132 132
     public function getCountClass()
133 133
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @return number
138
+     * @return integer
139 139
      */
140 140
     public function getMethodCoveredCount()
141 141
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @return number
152
+     * @return integer
153 153
      */
154 154
     public function getMethodCount()
155 155
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return number
166
+     * @return integer
167 167
      */
168 168
     public function getLineCount()
169 169
     {
Please login to merge, or discard this patch.
src/CloverToHtml/Render.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,6 @@
 block discarded – undo
139 139
     /**
140 140
      * @param Directory $directory
141 141
      * @param string    $target
142
-     * @param string    $basePath
143 142
      */
144 143
     private function renderDirectory(Directory $directory, $target)
145 144
     {
Please login to merge, or discard this patch.