@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | * This takes a list of transformaers which are responsible for fetching and tranforming |
| 27 | 27 | * their config into PHP array. |
| 28 | 28 | * |
| 29 | - * @param Transformer $transformers |
|
| 29 | + * @param Transformer[] $transformers |
|
| 30 | 30 | */ |
| 31 | 31 | public function __construct(...$transformers) |
| 32 | 32 | { |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | * ); |
| 111 | 111 | * |
| 112 | 112 | * @param array $mine |
| 113 | - * @param array $theirs |
|
| 113 | + * @param array $thiers |
|
| 114 | 114 | * |
| 115 | 115 | * @return array |
| 116 | 116 | */ |
@@ -47,7 +47,6 @@ |
||
| 47 | 47 | protected $baseDirectory; |
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | - * @param string $dir directory to scan for yaml files |
|
| 51 | 50 | */ |
| 52 | 51 | public function __construct($baseDir, Finder $finder, $sort = 0) |
| 53 | 52 | { |