mirror of
https://github.com/predis/predis.git
synced 2026-08-28 19:21:22 +00:00
[tests] Remove useless backslash in "use" directive.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace Predis\Transaction;
|
||||
|
||||
use \PHPUnit_Framework_TestCase as StandardTestCase;
|
||||
use PHPUnit_Framework_TestCase as StandardTestCase;
|
||||
|
||||
use Predis\Client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user