@@ -52,7 +52,6 @@ |
||
| 52 | 52 | * Return relative base path of destination path. |
| 53 | 53 | * |
| 54 | 54 | * @param string $stubPath |
| 55 | - * @param string $destPath |
|
| 56 | 55 | * @param array $replacements |
| 57 | 56 | * @return string |
| 58 | 57 | */ |
@@ -154,7 +154,7 @@ |
||
| 154 | 154 | /** |
| 155 | 155 | * Return Contentful Entries for given ID. |
| 156 | 156 | * |
| 157 | - * @param array $links |
|
| 157 | + * @param string[] $links |
|
| 158 | 158 | * @return \Illuminate\Support\Collection |
| 159 | 159 | */ |
| 160 | 160 | protected function contentfulEntries(array $links): Collection |