@@ -50,6 +50,9 @@ discard block |
||
| 50 | 50 | */ |
| 51 | 51 | private $options; |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param Options $options |
|
| 55 | + */ |
|
| 53 | 56 | public function __construct($options = null) |
| 54 | 57 | { |
| 55 | 58 | if ($options && !$options instanceof Options) { |
@@ -90,8 +93,8 @@ discard block |
||
| 90 | 93 | * Loads suites based on a specific path. |
| 91 | 94 | * A valid path can be a directory or file |
| 92 | 95 | * |
| 93 | - * @param $path |
|
| 94 | - * @param $pattern |
|
| 96 | + * @param string $path |
|
| 97 | + * @param string $pattern |
|
| 95 | 98 | * @throws \InvalidArgumentException |
| 96 | 99 | * @return string[] |
| 97 | 100 | */ |