@@ -661,7 +661,7 @@ |
||
661 | 661 | * Gets/sets the value for a current meta item. |
662 | 662 | * |
663 | 663 | * @param string $name The name of the meta key. |
664 | - * @param mixed $value Set a new value for the meta key. |
|
664 | + * @param string|null $value Set a new value for the meta key. |
|
665 | 665 | * @return Cli|mixed Returns the current value of the meta item or `$this` for fluent setting. |
666 | 666 | */ |
667 | 667 | public function meta($name, $value = null) { |