Completed
Push — master ( a851cc...20dc5c )
by Arne
02:03
created
src/VaultConfiguration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -189,6 +189,9 @@
 block discarded – undo
189 189
         return $this->settings;
190 190
     }
191 191
 
192
+    /**
193
+     * @return string
194
+     */
192 195
     public function getSetting(string $name)
193 196
     {
194 197
         return isset($this->settings[$name]) ? $this->settings[$name] : null;
Please login to merge, or discard this patch.