@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Happyr\SerializerBundle\Normalizer; |
4 | 4 | |
5 | 5 | use Happyr\SerializerBundle\Annotation\ExclusionPolicy; |
6 | -use Happyr\SerializerBundle\Metadata\Metadata; |
|
7 | 6 | use Happyr\SerializerBundle\PropertyManager\AttributeExtractor; |
8 | 7 | use Happyr\SerializerBundle\PropertyManager\ReflectionPropertyAccess; |
9 | 8 | use Happyr\SerializerBundle\PropertyManager\PropertyNameConverter; |
@@ -83,9 +83,9 @@ |
||
83 | 83 | /** |
84 | 84 | * Get a good cache key for this class. |
85 | 85 | * |
86 | - * @param $class |
|
86 | + * @param string $class |
|
87 | 87 | * |
88 | - * @return bool|string |
|
88 | + * @return string|false |
|
89 | 89 | */ |
90 | 90 | private function getCacheKey($class) |
91 | 91 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Happyr\SerializerBundle\Normalizer; |
4 | 4 | |
5 | 5 | use Happyr\SerializerBundle\Annotation\ExclusionPolicy; |
6 | -use Happyr\SerializerBundle\Metadata\Metadata; |
|
7 | 6 | use Happyr\SerializerBundle\PropertyManager\AttributeExtractor; |
8 | 7 | use Happyr\SerializerBundle\PropertyManager\ReflectionPropertyAccess; |
9 | 8 | use Happyr\SerializerBundle\PropertyManager\PropertyNameConverter; |