Skip to content

Commit

Permalink
PHPDocs enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Jan 27, 2017
1 parent 3e5573c commit 9182f1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ public static function instantiate($action, $from, array $options = [])
return $query->action($action)->from($from)->options($options);
}

/**
* @param null $db
* @return Command
* @throws \Exception
*/
public function createCommand($db = null)
{
if ($db === null) {
Expand Down

0 comments on commit 9182f1d

Please sign in to comment.