Completed
Push — master ( 4f25b6...e7033c )
by Joao
02:34
created
src/Setting.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     /**
85 85
      * Set the path to the file to use
86 86
      * @param  string $path The path to the file
87
-     * @return \Philf\Setting\Setting
87
+     * @return Setting
88 88
      */
89 89
     public function path($path)
90 90
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Set the filename to use
96 96
      * @param  string $filename The filename
97
-     * @return \Philf\Setting\Setting
97
+     * @return Setting
98 98
      */
99 99
     public function filename($filename)
100 100
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
      * Load the file in to $this->settings so values can be used immediately
166 166
      * @param  string $path     The path to be used
167 167
      * @param  string $filename The filename to be used
168
-     * @return \Philf\Setting\Setting
168
+     * @return Setting
169 169
      */
170 170
     public function load($path = null, $filename = null)
171 171
     {
Please login to merge, or discard this patch.