Update NormalizerInterface.php

This commit is contained in:
黄朝晖 2019-08-02 16:45:43 +08:00 committed by GitHub
parent 8a0e4e3440
commit a5c5366ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ interface NormalizerInterface
{
/**
* Normalizes an object into a set of arrays/scalars.
*
* @param mixed $object
* @return array|bool|float|int|string
*/