Skip to content

Commit

Permalink
Merge pull request #13767 from skiptirengu/patch-1
Browse files Browse the repository at this point in the history
Fixed broken link
  • Loading branch information
SilverFire authored Mar 13, 2017
2 parents 29b5f33 + 6a7c01d commit 0d56495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/db/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Command extends Component
public $pdoStatement;
/**
* @var int the default fetch mode for this command.
* @see http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php
* @see http://www.php.net/manual/en/pdostatement.setfetchmode.php
*/
public $fetchMode = \PDO::FETCH_ASSOC;
/**
Expand Down

0 comments on commit 0d56495

Please sign in to comment.