|
46 | 46 | <InvalidPropertyAssignmentValue occurrences="1"> |
47 | 47 | <code>$this->charList</code> |
48 | 48 | </InvalidPropertyAssignmentValue> |
49 | | - <MixedArgument occurrences="16"> |
| 49 | + <MixedArgument occurrences="18"> |
50 | 50 | <code>$firstPart[$i]</code> |
51 | 51 | <code>$lastPart[$i]</code> |
52 | 52 | <code>$leftChar</code> |
|
63 | 63 | <code>$this->outputLine[$row]</code> |
64 | 64 | <code>$this->outputLine[$row][$k]</code> |
65 | 65 | <code>$this->outputLine[0]</code> |
| 66 | + <code>$rightChar</code> |
66 | 67 | </MixedArgument> |
67 | 68 | <MixedArgumentTypeCoercion occurrences="3"> |
68 | 69 | <code>$char</code> |
|
190 | 191 | <code>$amount</code> |
191 | 192 | <code>$amount</code> |
192 | 193 | </UnusedVariable> |
| 194 | + <RedundantConditionGivenDocblockType occurrences="2"> |
| 195 | + <code>$this->_smushem($leftChar, $rightChar)</code> |
| 196 | + </RedundantConditionGivenDocblockType> |
193 | 197 | </file> |
194 | 198 | <file src="src/Table/Column.php"> |
195 | 199 | <DocblockTypeContradiction occurrences="3"> |
|
241 | 245 | </InvalidFalsableReturnType> |
242 | 246 | </file> |
243 | 247 | <file src="src/Table/DecoratorManager.php"> |
244 | | - <NonInvariantDocblockPropertyType occurrences="1"> |
| 248 | + <NonInvariantDocblockPropertyType occurrences="2"> |
245 | 249 | <code>$aliases</code> |
| 250 | + <code>$factories</code> |
246 | 251 | </NonInvariantDocblockPropertyType> |
247 | 252 | </file> |
248 | 253 | <file src="src/Table/Row.php"> |
|
367 | 372 | <code>(int) $autoSeparate</code> |
368 | 373 | <code>(int) $padding</code> |
369 | 374 | </RedundantCastGivenDocblockType> |
| 375 | + <MethodSignatureMustProvideReturnType occurence="1"> |
| 376 | + <code>__toString</code> |
| 377 | + </MethodSignatureMustProvideReturnType> |
370 | 378 | </file> |
371 | 379 | <file src="test/FigletTest.php"> |
372 | 380 | <InvalidArgument occurrences="1"> |
|
416 | 424 | </UnusedVariable> |
417 | 425 | </file> |
418 | 426 | <file src="test/MultiByteTest.php"> |
419 | | - <DeprecatedMethod occurrences="2"> |
| 427 | + <DeprecatedMethod occurrences="4"> |
420 | 428 | <code>Text\MultiByte::strPad('äääöö', 2, 'ö')</code> |
421 | 429 | <code>Text\MultiByte::wordWrap('äbüöcß', 2, ' ', true)</code> |
422 | 430 | </DeprecatedMethod> |
|
0 commit comments