Skip to content

Commit

Permalink
Add comment parameter constructor MySQL QueryWriter.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Oct 3, 2020
1 parent 951f2ef commit 6b589df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RedBeanPHP/QueryWriter/MySQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() )
{
Expand Down

0 comments on commit 6b589df

Please sign in to comment.