@@ -84,7 +84,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | { |