@@ -48,6 +48,7 @@ class SaveOptionsBuilder extends ArrayObject
* Constructor.
*
* @param \Cake\ORM\Table $table A table instance.
+ * @param array $options Options to parse when instantiating.
*/
public function __construct(Table $table, array $options = [])
{
@@ -2371,6 +2371,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
/**
* Gets a SaveOptionsBuilder instance.
+ * @param array $options Options to load into the builder.
* @return \Cake\ORM\SaveOptionsBuilder
public function getSaveOptionsBuilder(array $options = [])