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.
2 parents baa3a1a + c832947 commit e0e1ccbCopy full SHA for e0e1ccb
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+5.1.6 (2024-07-26)
5
+------------------
6
+
7
+* #128 Explicitly mark nullable parameter (@cedric-anne)
8
9
5.1.5 (2024-07-25)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '5.1.5';
+ const VERSION = '5.1.6';
20
}
0 commit comments