Skip to content

Commit

Permalink
Adjust phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 25, 2022
1 parent 147921d commit a2e13eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Console/OptionStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public function offsetSet($offset, $value): void
}

/**
* @param mixed $offset
* @param null $default
* @param mixed $offset
* @param mixed|null $default
*/
public function offsetSetDefault($offset, $default = null): void
{
Expand All @@ -89,9 +89,9 @@ public function offsetSetDefault($offset, $default = null): void
}

/**
* @param mixed $offset
* @param null $value
* @param null $default
* @param mixed $offset
* @param mixed|null $value
* @param mixed|null $default
*/
public function offsetSetOrDefault($offset, $value = null, $default = null): void
{
Expand Down

0 comments on commit a2e13eb

Please sign in to comment.