Style fixes.
This commit is contained in:
parent
a7a59b690a
commit
8b44550f06
42 changed files with 186 additions and 148 deletions
|
|
@ -61,7 +61,7 @@ class League implements AdapterInterface
|
|||
try {
|
||||
$reflection = new \ReflectionClass($this->_provider);
|
||||
return $reflection->getShortName();
|
||||
} catch(\ReflectionException $ex) {
|
||||
} catch (\ReflectionException $ex) {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue