|
37 | 37 | <MoreSpecificReturnType> |
38 | 38 | <code><![CDATA[list<DownloadConfig>]]></code> |
39 | 39 | </MoreSpecificReturnType> |
40 | | - <PropertyNotSetInConstructor> |
41 | | - <code><![CDATA[Get]]></code> |
42 | | - <code><![CDATA[Get]]></code> |
43 | | - </PropertyNotSetInConstructor> |
44 | 40 | </file> |
45 | 41 | <file src="src/Command/ListSoftware.php"> |
46 | | - <PropertyNotSetInConstructor> |
47 | | - <code><![CDATA[ListSoftware]]></code> |
48 | | - <code><![CDATA[ListSoftware]]></code> |
49 | | - </PropertyNotSetInConstructor> |
50 | 42 | <RiskyTruthyFalsyComparison> |
51 | 43 | <code><![CDATA[$software->homepage]]></code> |
52 | 44 | </RiskyTruthyFalsyComparison> |
53 | 45 | </file> |
| 46 | + <file src="src/Command/Show.php"> |
| 47 | + <InvalidArrayOffset> |
| 48 | + <code><![CDATA[$units[$i]]]></code> |
| 49 | + </InvalidArrayOffset> |
| 50 | + <InvalidOperand> |
| 51 | + <code><![CDATA[$bytes /= 1024]]></code> |
| 52 | + </InvalidOperand> |
| 53 | + <MixedArgument> |
| 54 | + <code><![CDATA[$units[$i]]]></code> |
| 55 | + </MixedArgument> |
| 56 | + <PossiblyFalseArgument> |
| 57 | + <code><![CDATA[$destinationPath]]></code> |
| 58 | + </PossiblyFalseArgument> |
| 59 | + </file> |
54 | 60 | <file src="src/DLoad.php"> |
55 | 61 | <ArgumentTypeCoercion> |
56 | 62 | <code><![CDATA[$files]]></code> |
|
101 | 107 | <code><![CDATA[ZipPharArchive]]></code> |
102 | 108 | </PropertyNotSetInConstructor> |
103 | 109 | </file> |
| 110 | + <file src="src/Module/Binary/Internal/BinaryExecutor.php"> |
| 111 | + <MixedArgumentTypeCoercion> |
| 112 | + <code><![CDATA[$output]]></code> |
| 113 | + <code><![CDATA[$output]]></code> |
| 114 | + </MixedArgumentTypeCoercion> |
| 115 | + </file> |
| 116 | + <file src="src/Module/Binary/Internal/VersionComparator.php"> |
| 117 | + <PossiblyNullArgument> |
| 118 | + <code><![CDATA[$versionOnly]]></code> |
| 119 | + <code><![CDATA[\preg_replace('/[-+].*$/', '', $constraint)]]></code> |
| 120 | + </PossiblyNullArgument> |
| 121 | + <RedundantCondition> |
| 122 | + <code><![CDATA[!$hasPreB]]></code> |
| 123 | + <code><![CDATA[$bIsNum]]></code> |
| 124 | + </RedundantCondition> |
| 125 | + </file> |
104 | 126 | <file src="src/Module/Common/Config/Action/Download.php"> |
105 | 127 | <MissingConstructor> |
106 | 128 | <code><![CDATA[$software]]></code> |
|
0 commit comments