]> git.mxchange.org Git - friendica.git/commit
"Imported" name spaces (#5361)
authorRoland Häder <Quix0r@users.noreply.github.com>
Tue, 10 Jul 2018 22:55:01 +0000 (00:55 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 10 Jul 2018 22:55:01 +0000 (18:55 -0400)
commit8825728fa484fda55af3e90fad0549bbd44c8c42
treecfd15d8799b572f40c64a71b92eb81d4afaa6b94
parent3792e2819d8b2f7fe96a0260a0f280712b225f74
"Imported" name spaces (#5361)

* Fixes for #5355:
- let's import SPL/extension classes and then just use them without name spaces
  like we do it with our own classes/interfaces, too.
- need to add namespace \ (global)

Signed-off-by: Roland Häder <roland@mxchange.org>
* Removed leading slashes from "import" lines.

Signed-off-by: Roland Häder <roland@mxchange.org>
* Completed:
- "import" other classes, then use them

Signed-off-by: Roland Häder <roland@mxchange.org>
src/Core/Cache/MemcacheCacheDriver.php
src/Core/Cache/MemcachedCacheDriver.php
src/Core/Cache/RedisCacheDriver.php