Use camel case for all trait attribute names
This commit is contained in:
@@ -34,6 +34,6 @@ class Country
|
||||
{
|
||||
if ($var != "instance" && isset($this->$var)) return $this->$var;
|
||||
|
||||
throw new RuntimeException("Unknown attribute: $attr");
|
||||
throw new \RuntimeException("Unknown attribute: $attr");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,4 @@ namespace GeoIP2\Model;
|
||||
class Omni extends CityISPOrg
|
||||
{
|
||||
|
||||
public function __construct($raw, $language) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user