From 6b589df8bcf63b9b8525c50a5c1575e20a14de1b Mon Sep 17 00:00:00 2001 From: Gabor de Mooij Date: Sat, 3 Oct 2020 16:18:27 +0200 Subject: [PATCH] Add comment parameter constructor MySQL QueryWriter. --- RedBeanPHP/QueryWriter/MySQL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RedBeanPHP/QueryWriter/MySQL.php b/RedBeanPHP/QueryWriter/MySQL.php index 4e9a4b3cb..1e274ac70 100644 --- a/RedBeanPHP/QueryWriter/MySQL.php +++ b/RedBeanPHP/QueryWriter/MySQL.php @@ -144,6 +144,7 @@ protected function getKeyMapForType( $type ) * object. * * @param Adapter $adapter Database Adapter + * @param array $options options array */ public function __construct( Adapter $adapter, $options = array() ) {