comment formatting update only

This commit is contained in:
Clemens Schwaighofer
2023-03-27 16:25:11 +09:00
parent 6d481657df
commit c3b29ad0d7
2 changed files with 9 additions and 7 deletions

View File

@@ -196,7 +196,9 @@ foreach (['pk_name', 'count', 'query', 'returning_id'] as $key) {
} }
$query = <<<EOM $query = <<<EOM
INSERT INTO test_foo ( INSERT INTO
test_foo
(
test test
) VALUES ( ) VALUES (
$1 $1

View File

@@ -428,7 +428,7 @@ class Login
/** /**
* Set options * Set options
* Current allowed * Current allowed:
* target <string>: site target * target <string>: site target
* debug <bool> * debug <bool>
* auto_login <bool>: self start login process * auto_login <bool>: self start login process