maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.33k stars 276 forks source link

Removed the leading backslash on imports #3

Closed BenMorel closed 10 years ago

BenMorel commented 10 years ago

According to php.net:

Note that for namespaced names (fully qualified namespace names containing namespace separator, such as Foo\Bar as opposed to global names that do not, such as FooBar), the leading backslash is unnecessary and not recommended, as import names must be fully qualified, and are not processed relative to the current namespace.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling e8fa9a3a24a1e227b87572510f1eb9150f74c57a on BenMorel:leading-backslash into 167433de0c3b0dc0e72ce4b9c53206ececedefe9 on maxmind:master.