@@ -9,6 +9,9 @@ |
||
9 | 9 | private $collection = null; |
10 | 10 | private $mongo = null; |
11 | 11 | |
12 | + /** |
|
13 | + * @param Mongo $mongo |
|
14 | + */ |
|
12 | 15 | public function __construct($collection, $mongo = null) |
13 | 16 | { |
14 | 17 | $this->collection = $collection; |
@@ -47,6 +47,6 @@ |
||
47 | 47 | |
48 | 48 | public static function output($text) |
49 | 49 | { |
50 | - echo date('Y-m-d H:i:s')." > $text\n"; |
|
50 | + echo date('Y-m-d H:i:s') . " > $text\n"; |
|
51 | 51 | } |
52 | 52 | } |