Skip to content

Commit

Permalink
fix: Revert adding getDefaultValuesAsArray to NodeTypeFieldInterfac…
Browse files Browse the repository at this point in the history
…e to prevent breaking changes.
  • Loading branch information
ambroisemaupate committed Feb 4, 2025
1 parent 6656346 commit e76c80c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NodeTypeFieldInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function getPlaceholder(): ?string;
* @return string|null
*/
public function getDefaultValues(): ?string;
public function getDefaultValuesAsArray(): array;

/**
* @return string Camel case field name
Expand Down

0 comments on commit e76c80c

Please sign in to comment.