@@ -113,7 +113,6 @@ discard block |
||
113 | 113 | * - driverOptions |
114 | 114 | * |
115 | 115 | * @see \MongoDB\Client for $mongoConf |
116 | - * @param array $twitterAuthConf |
|
117 | 116 | * @param array $mongoDbConf |
118 | 117 | * @return $this |
119 | 118 | */ |
@@ -270,7 +269,6 @@ discard block |
||
270 | 269 | /** |
271 | 270 | * Check and return $options to be used in self::write() |
272 | 271 | * |
273 | - * @param string $endpoint the twitter endpoint for example 'statuses/user_timeline' |
|
274 | 272 | * @param array $options |
275 | 273 | * @return array |
276 | 274 | */ |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Chirp package |
|
4 | - * |
|
5 | - * Copyright (c) 2015 Alberto Pagliarini |
|
6 | - * |
|
7 | - * Licensed under the MIT license |
|
8 | - * https://github.com/batopa/chirp/blob/master/LICENSE |
|
9 | - */ |
|
3 | + * This file is part of Chirp package |
|
4 | + * |
|
5 | + * Copyright (c) 2015 Alberto Pagliarini |
|
6 | + * |
|
7 | + * Licensed under the MIT license |
|
8 | + * https://github.com/batopa/chirp/blob/master/LICENSE |
|
9 | + */ |
|
10 | 10 | namespace Bato\Chirp\Utility; |
11 | 11 | |
12 | 12 | class Parser |