Removed extra space in conditional

1.0
Troy Pavlek 2014-11-28 09:23:54 -07:00
parent 44f7c19b07
commit a0eee9f111
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ abstract class AbstractProvider implements ProviderInterface
protected function setResultUid(array &$result)
{
// If we're operating with the default uidKey there's nothing to do.
if ($this->uidKey === "uid" ) {
if ($this->uidKey === "uid") {
return;
}