Remove unrecommended leading backslash for fully qualified namespaces

This commit is contained in:
Hypolite Petovan 2017-04-30 00:29:14 -04:00
commit ce866ad39b
20 changed files with 44 additions and 43 deletions

View file

@ -4,8 +4,8 @@
* @brief Functions related to photo handling.
*/
use \Friendica\Core\Config;
use \Friendica\Core\PConfig;
use Friendica\Core\Config;
use Friendica\Core\PConfig;
function getGps($exifCoord, $hemi) {
$degrees = count($exifCoord) > 0 ? gps2Num($exifCoord[0]) : 0;