@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Get storage connection |
56 | 56 | * |
57 | - * @return Mongo A Mongo instance |
|
57 | + * @return MongoDB A Mongo instance |
|
58 | 58 | * @see Storage::getConnection() |
59 | 59 | */ |
60 | 60 | public function getConnection() |
@@ -10,15 +10,15 @@ |
||
10 | 10 | * @license http://www.opensource.org/licenses/mit-license.php MIT |
11 | 11 | * @link https://github.com/localgod/php-tick php-tick |
12 | 12 | */ |
13 | - use \MongoDB; |
|
14 | - use \MongoId; |
|
15 | - use \MongoRegex; |
|
16 | - use \MongoConnectionException; |
|
17 | - use \MongoCursorTimeoutException; |
|
18 | - use \MongoDate; |
|
19 | - use \Exception; |
|
20 | - use \RuntimeException; |
|
21 | - use \DateTime; |
|
13 | + use \MongoDB; |
|
14 | + use \MongoId; |
|
15 | + use \MongoRegex; |
|
16 | + use \MongoConnectionException; |
|
17 | + use \MongoCursorTimeoutException; |
|
18 | + use \MongoDate; |
|
19 | + use \Exception; |
|
20 | + use \RuntimeException; |
|
21 | + use \DateTime; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Tick mongo storage implementation |
@@ -10,9 +10,9 @@ |
||
10 | 10 | * @license http://www.opensource.org/licenses/mit-license.php MIT |
11 | 11 | * @link https://github.com/localgod/php-tick php-tick |
12 | 12 | */ |
13 | - use \Iterator; |
|
14 | - use \DateTime; |
|
15 | - use \InvalidArgumentException; |
|
13 | + use \Iterator; |
|
14 | + use \DateTime; |
|
15 | + use \InvalidArgumentException; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Result |
@@ -10,8 +10,8 @@ |
||
10 | 10 | * @license http://www.opensource.org/licenses/mit-license.php MIT |
11 | 11 | * @link https://github.com/localgod/php-tick php-tick |
12 | 12 | */ |
13 | - use \ReflectionClass; |
|
14 | - use \InvalidArgumentException; |
|
13 | + use \ReflectionClass; |
|
14 | + use \InvalidArgumentException; |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Type handler for Tick |
@@ -10,9 +10,9 @@ |
||
10 | 10 | * @license http://www.opensource.org/licenses/mit-license.php MIT |
11 | 11 | * @link https://github.com/localgod/php-tick php-tick |
12 | 12 | */ |
13 | - use \RuntimeException; |
|
14 | - use \InvalidArgumentException; |
|
15 | - use Localgod\Tick\Entity; |
|
13 | + use \RuntimeException; |
|
14 | + use \InvalidArgumentException; |
|
15 | + use Localgod\Tick\Entity; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Record |