We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062ce87 commit 95288e0Copy full SHA for 95288e0
src/Block/ListBlockInterface.php
@@ -21,18 +21,18 @@ public function getListBlockType();
21
/**
22
* @return ListItemSequenceInterface
23
*/
24
- public function getListItems();
+ public function getItems();
25
26
27
* @param ListItemInterface $listItem
28
* @return $this
29
30
- public function addListItem(ListItemInterface $listItem);
+ public function addItem(ListItemInterface $listItem);
31
32
33
* @param ListItemInterface[] $listItems
34
35
36
- public function addListItems(array $listItems);
+ public function addItems(array $listItems);
37
38
}
0 commit comments