Completed
Push — master ( 13b6da...d43734 )
by Tomasz
01:51
created
src/HydratorContainer/FallbackHydratorContainer.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@
 block discarded – undo
27 27
         }
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $alias
32
+     * @param string $class
33
+     */
30 34
     public function addAlias($alias, $class)
31 35
     {
32 36
         $handler = $this->getHandler($class);
Please login to merge, or discard this patch.
src/NormalizerContainer/FallbackNormalizerContainer.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@
 block discarded – undo
27 27
         }
28 28
     }
29 29
 
30
+    /**
31
+     * @param string $alias
32
+     * @param string $class
33
+     */
30 34
     public function addAlias($alias, $class)
31 35
     {
32 36
         $handler = $this->getHandler($class);
Please login to merge, or discard this patch.
tests/FormatTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Thunder\Serializard\Format\ArrayFormat;
5 5
 use Thunder\Serializard\HydratorContainer\FallbackHydratorContainer;
6
-use Thunder\Serializard\NormalizerContainer\FallbackNormalizerContainer;
7 6
 
8 7
 /**
9 8
  * @author Tomasz Kowalczyk <[email protected]>
Please login to merge, or discard this patch.