Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18b3a52

Browse filesBrowse files
committed
fixed CS
1 parent 8f2ad36 commit 18b3a52
Copy full SHA for 18b3a52

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(Connection $conn)
5151
public function loadTokenBySeries($series)
5252
{
5353
// the alias for lastUsed works around case insensitivity in PostgreSQL
54-
$sql = 'SELECT class, username, value, lastUsed as last_used'
54+
$sql = 'SELECT class, username, value, lastUsed AS last_used'
5555
.' FROM rememberme_token WHERE series=:series';
5656
$paramValues = array('series' => $series);
5757
$paramTypes = array('series' => \PDO::PARAM_STR);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.