mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/16181] Fix typo in comment
PHPBB3-16181
This commit is contained in:
parent
29957a92ef
commit
ebdb38857c
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ class oauth extends \phpbb\auth\provider\base
|
||||||
/**
|
/**
|
||||||
* Check to see if this provider is already associated with an account.
|
* Check to see if this provider is already associated with an account.
|
||||||
*
|
*
|
||||||
* Enforcing a data type to make sure it are strings and not integers,
|
* Enforcing a data type to make data contains strings and not integers,
|
||||||
* so values are quoted in the SQL WHERE statement.
|
* so values are quoted in the SQL WHERE statement.
|
||||||
*/
|
*/
|
||||||
$data = array(
|
$data = array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue