Fix Psalm errors resulting from changes introduced in 3.9.4

This commit is contained in:
Ben Ramsey
2020-03-07 15:22:00 -06:00
parent 4a53d4d33d
commit 57e3ce9dd7
19 changed files with 35 additions and 48 deletions
+2
View File
@@ -19,6 +19,8 @@ use function base64_encode;
/**
* Provides common serialization functionality to fields
*
* @psalm-immutable
*/
trait SerializableFieldsTrait
{