Completed
Push — master ( 5bb4f6...c375b5 )
by Andrii
03:37
created
src/components/Config.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -76,6 +76,11 @@  discard block
 block discarded – undo
76 76
         return isset($this->_changelog[$key]) ? $this->_changelog[$key] : null;
77 77
     }
78 78
 
79
+    /**
80
+     * @param string $key
81
+     *
82
+     * @return string
83
+     */
79 84
     public function getDest($dest = null, $key = null)
80 85
     {
81 86
         if ($dest === 'changelog') {
@@ -123,6 +128,12 @@  discard block
 block discarded – undo
123 128
         return $this->_options;
124 129
     }
125 130
 
131
+    /**
132
+     * @param string $key
133
+     * @param string $dest
134
+     *
135
+     * @return callable
136
+     */
126 137
     public function getOption($key, $dest = null, $format = null)
127 138
     {
128 139
         if ($format === null) {
Please login to merge, or discard this patch.