Passed
Push — master ( daecdb...3cd22a )
by Remy
03:13
created
Repository/Repository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * Repository constructor.
54 54
      * @param $name
55
-     * @param $manager
55
+     * @param \Pouzor\MongoDBBundle\DocumentManager\DocumentManager $manager
56 56
      */
57 57
     public function __construct($name, $manager)
58 58
     {
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
     /**
546 546
      * Return the max value for a field in a collection
547 547
      *
548
-     * @param $field
548
+     * @param string $field
549 549
      * @param array $query
550 550
      * @param array $options
551 551
      * @return mixed
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
582 582
     /**
583 583
      * Return the min value for a field in a collection
584 584
      *
585
-     * @param $field
585
+     * @param string $field
586 586
      * @param array $query
587 587
      * @param array $options
588 588
      * @return \Traversable
Please login to merge, or discard this patch.