@@ -11,6 +11,9 @@ |
||
11 | 11 | $this->movement = $movement; |
12 | 12 | } |
13 | 13 | |
14 | + /** |
|
15 | + * @param string $movement |
|
16 | + */ |
|
14 | 17 | public static function fromString($movement): Movement |
15 | 18 | { |
16 | 19 | return new self($movement); |