We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4cb7f commit 786bd4aCopy full SHA for 786bd4a
1 file changed
src/Serializer/NativeSerializer.php
@@ -29,8 +29,7 @@
29
final class NativeSerializer implements Serializer
30
{
31
/**
32
- * Only applicable to PHP 7+. This is a set of allowed classes passed
33
- * to the second argument of `unserialize`.
+ * A set of allowed classes passed to the second argument of `unserialize`.
34
*
35
* @var string[]
36
*/
@@ -96,9 +95,9 @@ private function verifySignature(string $message) : string
96
95
97
98
* Small wrapper around `unserialize` so we can pass in `$allowedClasses`
99
- * if the PHP version is 7+
+ * when it is configured.
100
101
- * @param string $str the string to unserialize
+ * @param string $str The string to unserialize
102
* @return object|false
103
104
private function doUnserialize($str)
0 commit comments