Test Setup Failed
Push — master ( ee027d...e4a65f )
by Kunal
19:15
created
src/Dropbox/DropboxRequest.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -112,10 +112,10 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
      /**
115
-     * Get the Request Params
116
-     *
117
-     * @return array
118
-     */
115
+      * Get the Request Params
116
+      *
117
+      * @return array
118
+      */
119 119
     public function getParams()
120 120
     {
121 121
         return $this->params;
@@ -196,12 +196,12 @@  discard block
 block discarded – undo
196 196
     }
197 197
 
198 198
      /**
199
-     * Set the Request Params
200
-     *
201
-     * @param array
202
-     *
203
-     * @return \Kunnu\Dropbox\DropboxRequest
204
-     */
199
+      * Set the Request Params
200
+      *
201
+      * @param array
202
+      *
203
+      * @return \Kunnu\Dropbox\DropboxRequest
204
+      */
205 205
      public function setParams(array $params = [])
206 206
      {
207 207
          //Process Params
Please login to merge, or discard this patch.