Skip to content

Commit de22548

Browse files
committed
Fix codestandard
1 parent d0f7fd9 commit de22548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/Setting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static function read($key = null, $type = null)
121121
* @param string $key Key of the value. Must contain an prefix.
122122
* @param mixed $value The value of the key.
123123
* @param array $options Options array.
124-
* @return bool
124+
* @return void|bool
125125
*/
126126
public static function write($key, $value = null, $options = [])
127127
{
@@ -171,7 +171,7 @@ public static function write($key, $value = null, $options = [])
171171
* Returns boolean.
172172
*
173173
* @param string $key Key.
174-
* @return bool
174+
* @return bool|void
175175
*/
176176
public static function check($key)
177177
{

0 commit comments

Comments
 (0)