Skip to content

Commit

Permalink
Changes for testcase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Jul 24, 2024
1 parent fb88581 commit b4dbe23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity/Property/EnvironmentsPropertyAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait EnvironmentsPropertyAwareTrait
*
* @return string[]
*/
public function getEnvironments(): ?array
public function getEnvironments(): array
{
return $this->environments;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/Property/EnvironmentsPropertyInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface EnvironmentsPropertyInterface
/**
* @return string[]
*/
public function getEnvironments(): ?array;
public function getEnvironments(): array;

/**
* @param string ...$environments
Expand Down

0 comments on commit b4dbe23

Please sign in to comment.