@@ -113,7 +113,7 @@ public function getParent(): ?self
113113 /**
114114 * Returns the percentage of classes that has been tested.
115115 *
116- * @return float|int| string
116+ * @return float|string
117117 */
118118 public function getTestedClassesPercent (bool $ asString = true )
119119 {
@@ -132,7 +132,7 @@ public function getTestedClassesPercent(bool $asString = true)
132132 /**
133133 * Returns the percentage of traits that has been tested.
134134 *
135- * @return float|int| string
135+ * @return float|string
136136 */
137137 public function getTestedTraitsPercent (bool $ asString = true )
138138 {
@@ -151,7 +151,7 @@ public function getTestedTraitsPercent(bool $asString = true)
151151 /**
152152 * Returns the percentage of classes and traits that has been tested.
153153 *
154- * @return float|int| string
154+ * @return float|string
155155 */
156156 public function getTestedClassesAndTraitsPercent (bool $ asString = true )
157157 {
@@ -170,7 +170,7 @@ public function getTestedClassesAndTraitsPercent(bool $asString = true)
170170 /**
171171 * Returns the percentage of functions that has been tested.
172172 *
173- * @return float|int| string
173+ * @return float|string
174174 */
175175 public function getTestedFunctionsPercent (bool $ asString = true )
176176 {
@@ -189,7 +189,7 @@ public function getTestedFunctionsPercent(bool $asString = true)
189189 /**
190190 * Returns the percentage of methods that has been tested.
191191 *
192- * @return float|int| string
192+ * @return float|string
193193 */
194194 public function getTestedMethodsPercent (bool $ asString = true )
195195 {
@@ -208,7 +208,7 @@ public function getTestedMethodsPercent(bool $asString = true)
208208 /**
209209 * Returns the percentage of functions and methods that has been tested.
210210 *
211- * @return float|int| string
211+ * @return float|string
212212 */
213213 public function getTestedFunctionsAndMethodsPercent (bool $ asString = true )
214214 {
@@ -227,7 +227,7 @@ public function getTestedFunctionsAndMethodsPercent(bool $asString = true)
227227 /**
228228 * Returns the percentage of executed lines.
229229 *
230- * @return float|int| string
230+ * @return float|string
231231 */
232232 public function getLineExecutedPercent (bool $ asString = true )
233233 {
@@ -246,7 +246,7 @@ public function getLineExecutedPercent(bool $asString = true)
246246 /**
247247 * Returns the percentage of executed branches.
248248 *
249- * @return float|int| string
249+ * @return float|string
250250 */
251251 public function getBranchExecutedPercent (bool $ asString = true )
252252 {
@@ -265,7 +265,7 @@ public function getBranchExecutedPercent(bool $asString = true)
265265 /**
266266 * Returns the percentage of executed paths.
267267 *
268- * @return float|int| string
268+ * @return float|string
269269 */
270270 public function getPathExecutedPercent (bool $ asString = true )
271271 {
0 commit comments