We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4d27c + 050bcc2 commit 36f2e70Copy full SHA for 36f2e70
composer.json
@@ -21,7 +21,7 @@
21
}
22
},
23
"require": {
24
- "paragonie/random_compat": "~2.0",
+ "paragonie/random_compat": ">= 2",
25
"ext-openssl": "*",
26
"php": ">=5.4.0"
27
psalm.xml
@@ -7,6 +7,7 @@
7
</projectFiles>
8
<issueHandlers>
9
<DocblockTypeContradiction errorLevel="info" />
10
+ <RedundantCondition errorLevel="info" />
11
<RedundantConditionGivenDocblockType errorLevel="info" />
12
</issueHandlers>
13
</psalm>
src/Encoding.php
@@ -46,6 +46,7 @@ public static function binToHex($byte_string)
46
* @throws Ex\EnvironmentIsBrokenException
47
*
48
* @return string
49
+ * @psalm-suppress TypeDoesNotContainType
50
*/
51
public static function hexToBin($hex_string)
52
{
0 commit comments