Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Updating doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Dec 6, 2015
1 parent 238095c commit b358a3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Store.php
Expand Up @@ -27,7 +27,7 @@ public function get($key, $default = null);
*
* @param string $key
*
* @return boolean
* @return bool
*/
public function has($key);

Expand Down
8 changes: 8 additions & 0 deletions src/SettingsManager.php
Expand Up @@ -7,6 +7,14 @@
*
* @package Arcanedev\Settings
* @author ARCANEDEV <arcanedev.maroc@gmail.com>
*
* @method mixed get(mixed $key, mixed $default = null)
* @method bool has(string $key)
* @method void set(string $key, mixed $value = null)
* @method void forget(string $key)
* @method void reset()
* @method array all()
* @method array save()
*/
class SettingsManager extends Manager
{
Expand Down

0 comments on commit b358a3b

Please sign in to comment.