Completed
Push — master ( a6a7b8...af761b )
by Joel
09:18
created
src/Generator/GeneratorFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
 class GeneratorFactory
20 20
 {
21
+    /**
22
+     * @param \Symfony\Component\Serializer\Serializer $serializer
23
+     */
21 24
     public static function build($serializer)
22 25
     {
23 26
         if (class_exists('PhpParser\ParserFactory')) {
Please login to merge, or discard this patch.