@@ -77,7 +77,7 @@ |
||
| 77 | 77 | private function isOpenIDRequest($scopes) |
| 78 | 78 | { |
| 79 | 79 | // Verify scope and make sure openid exists. |
| 80 | - $valid = false; |
|
| 80 | + $valid = false; |
|
| 81 | 81 | |
| 82 | 82 | foreach ($scopes as $scope) { |
| 83 | 83 | if ($scope->getIdentifier() === 'openid') { |