Skip to content

Commit

Permalink
Merge pull request #79 from codeigniter4/develop
Browse files Browse the repository at this point in the history
Prep for Release v2.1.2
  • Loading branch information
kenjis authored Jun 2, 2023
2 parents 1fc133b + f0aec55 commit 854224b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Helpers/setting_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
/**
* Provides a convenience interface to the Settings service.
*
* @param mixed|null $value
* @param mixed $value
*
* @return array|bool|float|int|object|Settings|string|void|null
* @phpstan-return ($key is null ? Settings : ($value is null ? array|bool|float|int|object|string|null : void))
*/
function setting(?string $key = null, $value = null)
{
Expand Down

0 comments on commit 854224b

Please sign in to comment.