Updated code to follow the PSR-2 style guidelines.
This commit is contained in:
@@ -4,9 +4,10 @@ namespace GeoIP2\Record;
|
||||
|
||||
class Country extends AbstractPlaceRecord
|
||||
{
|
||||
|
||||
protected $validAttributes = Array('confidence',
|
||||
'geonameId',
|
||||
'isoCode',
|
||||
'names');
|
||||
}
|
||||
protected $validAttributes = array(
|
||||
'confidence',
|
||||
'geonameId',
|
||||
'isoCode',
|
||||
'names'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user