@@ -60,7 +60,7 @@ public function getDecoratedFactory()
6060 * {@inheritdoc}
6161 *
6262 * @param iterable $choices The choices
63- * @param null| callable|string|PropertyPath $value The callable or path for
63+ * @param callable|string|PropertyPath|null $value The callable or path for
6464 * generating the choice values
6565 *
6666 * @return ChoiceListInterface The choice list
@@ -91,7 +91,7 @@ public function createListFromChoices($choices, $value = null)
9191 * {@inheritdoc}
9292 *
9393 * @param array|\Traversable $choices The choices
94- * @param null| callable|string|PropertyPath $value The callable or path for
94+ * @param callable|string|PropertyPath|null $value The callable or path for
9595 * generating the choice values
9696 *
9797 * @return ChoiceListInterface The choice list
@@ -110,7 +110,7 @@ public function createListFromFlippedChoices($choices, $value = null, $triggerDe
110110 * {@inheritdoc}
111111 *
112112 * @param ChoiceLoaderInterface $loader The choice loader
113- * @param null| callable|string|PropertyPath $value The callable or path for
113+ * @param callable|string|PropertyPath|null $value The callable or path for
114114 * generating the choice values
115115 *
116116 * @return ChoiceListInterface The choice list
@@ -141,11 +141,11 @@ public function createListFromLoader(ChoiceLoaderInterface $loader, $value = nul
141141 * {@inheritdoc}
142142 *
143143 * @param ChoiceListInterface $list The choice list
144- * @param null| array|callable|string|PropertyPath $preferredChoices The preferred choices
145- * @param null| callable|string|PropertyPath $label The callable or path generating the choice labels
146- * @param null| callable|string|PropertyPath $index The callable or path generating the view indices
147- * @param null| callable|string|PropertyPath $groupBy The callable or path generating the group names
148- * @param null| array|callable|string|PropertyPath $attr The callable or path generating the HTML attributes
144+ * @param array|callable|string|PropertyPath|null $preferredChoices The preferred choices
145+ * @param callable|string|PropertyPath|null $label The callable or path generating the choice labels
146+ * @param callable|string|PropertyPath|null $index The callable or path generating the view indices
147+ * @param callable|string|PropertyPath|null $groupBy The callable or path generating the group names
148+ * @param array|callable|string|PropertyPath|null $attr The callable or path generating the HTML attributes
149149 *
150150 * @return ChoiceListView The choice list view
151151 */
0 commit comments