@@ -180,6 +180,9 @@ |
||
180 | 180 | } |
181 | 181 | } |
182 | 182 | |
183 | + /** |
|
184 | + * @param string|null $fileName |
|
185 | + */ |
|
183 | 186 | private function generateHydratorClass(ClassMetadata $class, string $hydratorClassName, ?string $fileName) |
184 | 187 | { |
185 | 188 | $code = ''; |
@@ -816,7 +816,7 @@ discard block |
||
816 | 816 | * @see Builder::mod() |
817 | 817 | * @see http://docs.mongodb.org/manual/reference/operator/mod/ |
818 | 818 | * @param float|int $divisor |
819 | - * @param float|int $remainder |
|
819 | + * @param integer $remainder |
|
820 | 820 | * @return $this |
821 | 821 | */ |
822 | 822 | public function mod($divisor, $remainder = 0) |
@@ -1312,7 +1312,7 @@ discard block |
||
1312 | 1312 | * @todo Remove support for string $type argument in 2.0 |
1313 | 1313 | * @see Builder::type() |
1314 | 1314 | * @see http://docs.mongodb.org/manual/reference/operator/type/ |
1315 | - * @param string|int $type |
|
1315 | + * @param integer $type |
|
1316 | 1316 | * @return $this |
1317 | 1317 | */ |
1318 | 1318 | public function type($type) |