Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Oct 29, 2020
1 parent fc2a60f commit f062d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Value/ListResolvedValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Graphpinator\Value;

final class ListResolvedValue extends ListValue implements \Graphpinator\Value\OutputValue
final class ListResolvedValue extends \Graphpinator\Value\ListValue implements \Graphpinator\Value\OutputValue
{
public function __construct(\Graphpinator\Type\ListType $type, array $rawValue)
{
Expand Down

0 comments on commit f062d64

Please sign in to comment.