Completed
Push — master ( 0a9b8e...b66889 )
by Mike
09:47
created
src/DocBlock/Tags/Param.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/Property.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/PropertyRead.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/PropertyWrite.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/Return_.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/Throws.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.
src/DocBlock/Tags/Var_.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * {@inheritdoc}
66
+     * @param TypeResolver $typeResolver
67
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
68
+     * @param TypeContext $context
66 69
      */
67 70
     public static function create(
68 71
         string $body,
Please login to merge, or discard this patch.