Skip to content

Commit

Permalink
fix: psr 兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
fifsky committed Jul 27, 2021
1 parent 58a099b commit c766e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Very/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ public function set($key, $value)
/**
* alias.
*
* @param $key
* @param string $key
*
* @return mixed
*/
public function get($key)
public function get(string $key)
{
return $this->__get($key);
}
Expand Down

0 comments on commit c766e05

Please sign in to comment.