Completed
Push — master ( 68f274...fbac94 )
by Tomasz
03:24
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.