@@ -44,6 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @param string ...$patterns |
| 47 | + * @param string[] $patterns |
|
| 47 | 48 | * @return string |
| 48 | 49 | */ |
| 49 | 50 | public function createAlias(string ...$patterns): string |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | protected $repository; |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @param ObjectRepository|Hydrogen $repository |
|
| 28 | + * @param ObjectRepository $repository |
|
| 29 | 29 | * @return Query|$this |
| 30 | 30 | */ |
| 31 | 31 | public function from(ObjectRepository $repository): self |