Completed
Push — master ( 62f537...55f32a )
by Alberto
02:16
created
src/Chirp.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Utility/Parser.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.