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)
8.6.x
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:
*
* @code
* $fields =& $query->getTables();
* $tables =& $query->getTables();
* @endcode
*
* @return