Issue #2939724 by ryanhayes, joachim, Samvel, andrewmacpherson, sacha@wellborn.co.uk, Adam_Moulsdale, rachel_norfolk: wrong variable name in sample code

(cherry picked from commit 441f198ba3)
merge-requests/1654/head
Gabor Hojtsy 2018-01-27 14:47:04 +01:00
parent 780164e879
commit cc31a6495b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ interface SelectInterface extends ConditionInterface, AlterableInterface, Extend
* Note that this method must be called by reference as well: * Note that this method must be called by reference as well:
* *
* @code * @code
* $fields =& $query->getTables(); * $tables =& $query->getTables();
* @endcode * @endcode
* *
* @return * @return