@@ -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 | */ |
@@ -146,7 +146,7 @@ |
||
146 | 146 | /** |
147 | 147 | * Return Contentful Entries for given ID. |
148 | 148 | * |
149 | - * @param array $links |
|
149 | + * @param string[] $links |
|
150 | 150 | * @return \Illuminate\Support\Collection |
151 | 151 | */ |
152 | 152 | protected function contentfulEntries(array $links) : Collection |