@@ -3,6 +3,9 @@ |
||
3 | 3 | |
4 | 4 | interface ISerializer |
5 | 5 | { |
6 | + /** |
|
7 | + * @return boolean |
|
8 | + */ |
|
6 | 9 | public function supportsType($type); |
7 | 10 | public function serializeData($type, $array); |
8 | 11 | } |