We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4d8f7 + db756de commit e75e571Copy full SHA for e75e571
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.4 (2020-04-14)
2
+
3
+[FIXED] Errors in the failure path of `get_...` methods revealed by stricter type checking in PHP7.4
4
5
## 4.1.3 (2020-04-01)
6
7
No functional change, previous release was only partially successful
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '4.1.3';
+ public static $VERSION = '4.1.4';
18
19
20
* @var null|PusherCrypto
0 commit comments