@@ -21,7 +21,7 @@ |
||
| 21 | 21 | ['id', '=', $clientIdentifier] |
| 22 | 22 | ] + ($mustValidateSecret ? [['secret', '=', $clientSecret]] : [])); |
| 23 | 23 | |
| 24 | - return $client ? $client.first() : null; |
|
| 24 | + return $client ? $client . first() : null; |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | } |