Completed
Pull Request — master (#111)
by Jan Philipp
03:05 queued 01:09
created
src/Config/ConfigBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.