Completed
Push — master ( c9ff7a...90cf7c )
by Tobias
28:22 queued 18:22
created
Normalizer/MetadataAwareNormalizer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
PropertyManager/AttributeExtractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,9 +83,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Normalizer/MetadataAwareDenormalizer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.