Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Aug 10, 2020
1 parent 8716a20 commit 14c0ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Data.php
Expand Up @@ -365,6 +365,7 @@ public function getBool(string $key, bool $default = false): bool
* @param string $key
* @param array $default
* @return static
* @psalm-suppress UnsafeInstantiation
*/
public function getSelf(string $key, array $default = []): self
{
Expand Down Expand Up @@ -431,6 +432,7 @@ public function findBool(string $key, bool $default = false): bool
* @param string $key
* @param array $default
* @return static
* @psalm-suppress UnsafeInstantiation
*/
public function findSelf(string $key, array $default = []): self
{
Expand Down

0 comments on commit 14c0ff2

Please sign in to comment.