File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public function __construct()
115
115
* @param bool $use_sections Whether configuration values should be loaded into their own section
116
116
* @param bool $fail_gracefully Whether to just return FALSE or display an error message
117
117
* @return bool TRUE if the file was loaded correctly or FALSE on failure
118
- * @throws RuntimeException Throws a runtime exception if the config file can't be found or doesn't have a valid configuration array .
118
+ * @throws RuntimeException Throws a RuntimeException if no (valid) configuration file is found.
119
119
*/
120
120
public function load ($ file = '' , $ use_sections = FALSE , $ fail_gracefully = FALSE )
121
121
{
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ Class Reference
204
204
:param string $item: config item name
205
205
:returns: Config item value with a trailing forward slash or NULL if not found
206
206
:rtype: mixed
207
- :throws: RuntimeException Throws a runtime exception if the config file can't be found or doesn't have a valid configuration array .
207
+ :throws: RuntimeException Throws a RuntimeException if no (valid) configuration file is found.
208
208
209
209
This method is identical to ``item() ``, except it appends a forward
210
210
slash to the end of the item, if it exists.
You can’t perform that action at this time.
0 commit comments