Merge pull request #7550 from zanderwar/patch-3

Added missing @deprecated tags
This commit is contained in:
Damian Mooyman 2017-11-03 12:13:33 +13:00 committed by GitHub
commit cf381ddf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ trait Configurable
/**
* Get inherited config value
*
* @deprecated 5.0 Use ->config()->get() instead
* @param string $name
* @return mixed
*/
@ -48,6 +49,7 @@ trait Configurable
/**
* Update the config value for a given property
*
* @deprecated 5.0 Use ->config()->set() instead
* @param string $name
* @param mixed $value
* @return $this