We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aac95a commit 29af24fCopy full SHA for 29af24f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### Version 2.0.17 - 2018-07-04
2
+
3
+* Version 2.0.16 failed Psalm checks on PHP v5.6 with Psalm v1.
4
+ We could not reproduce this failure locally, so we've suppressed the
5
+ `MissingReturnType` check (that is to say, demoted it to "info").
6
7
### Version 2.0.16 - 2018-07-04
8
9
* Fixed type-checking consistencies that forced us to use Psalm in
lib/random.php
@@ -3,7 +3,7 @@
* Random_* Compatibility Library
* for using the new PHP 7 random_* API in PHP 5 projects
*
- * @version 2.0.16
+ * @version 2.0.17
* @released 2018-07-04
* The MIT License (MIT)
0 commit comments