@@ -114,6 +114,9 @@ |
||
114 | 114 | return $this; |
115 | 115 | } |
116 | 116 | |
117 | + /** |
|
118 | + * @param string $description |
|
119 | + */ |
|
117 | 120 | public function addRequirePlaceholder(string $name, ?string $description = null): ConfigBuilder |
118 | 121 | { |
119 | 122 | $this->currentRequiredVariables[$name] = $description; |