Improve doc block
@@ -1911,7 +1911,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
* ```
*
* @param \Cake\Datasource\EntityInterface $entity
- * @param array $options
+ * @param \Cake\ORM\SaveOptionsBuilder|array $options
* @return \Cake\Datasource\EntityInterface|false
* @throws \Cake\ORM\Exception\RolledbackTransactionException If the transaction is aborted in the afterSave event.
*/