Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-08-20 23:08:17 +01:00
8 changed files with 95 additions and 92 deletions

View File

@ -237,7 +237,7 @@ class Config{
/**
* Sets the options for the JSON encoding when saving
*
* @return Config $this
* @return $this
* @throws \RuntimeException if the Config is not in JSON
* @see json_encode
*/
@ -254,7 +254,7 @@ class Config{
/**
* Enables the given option in addition to the currently set JSON options
*
* @return Config $this
* @return $this
* @throws \RuntimeException if the Config is not in JSON
* @see json_encode
*/
@ -271,7 +271,7 @@ class Config{
/**
* Disables the given option for the JSON encoding when saving
*
* @return Config $this
* @return $this
* @throws \RuntimeException if the Config is not in JSON
* @see json_encode
*/