Skip to content

Commit

Permalink
Merge pull request #12 from stellarwp/fix-db-table-phpdoc
Browse files Browse the repository at this point in the history
Fix DB::from() PHPDoc
  • Loading branch information
borkweb authored Jun 6, 2023
2 parents ec9bdcc + 7dcd03f commit 728ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static function prefix( $tableName ) {
/**
* Create QueryBuilder instance
*
* @param string $table
* @param string|RawSQL $table
* @param null|string $alias
*
* @return QueryBuilder
Expand Down

0 comments on commit 728ef07

Please sign in to comment.