@@ -27,6 +27,7 @@ |
||
| 27 | 27 | * Configures the pattern to use |
| 28 | 28 | * |
| 29 | 29 | * @param string $pattern |
| 30 | + * @return void |
|
| 30 | 31 | */ |
| 31 | 32 | public static function usePattern(string $pattern); |
| 32 | 33 | } |
@@ -20,6 +20,7 @@ |
||
| 20 | 20 | * Constructor |
| 21 | 21 | * |
| 22 | 22 | * @param \Noodle\Transition\Transition[] ...$transitions |
| 23 | + * @param Transition $transitions |
|
| 23 | 24 | */ |
| 24 | 25 | public function __construct(Transition ...$transitions) |
| 25 | 26 | { |