Completed
Push — master ( e7f38a...4b30d7 )
by Adeniyi
9s
created
src/NgPlaces.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -79,13 +79,13 @@
 block discarded – undo
79 79
 		return $this->data();
80 80
 	}
81 81
 
82
-    /**
83
-     *  Get the details of the required request
84
-     *  
85
-     * @return object
86
-     */
87
-    private function data()
88
-    {
89
-        return json_decode($this->response->getBody());
90
-    }
82
+	/**
83
+	 *  Get the details of the required request
84
+	 *  
85
+	 * @return object
86
+	 */
87
+	private function data()
88
+	{
89
+		return json_decode($this->response->getBody());
90
+	}
91 91
 }
Please login to merge, or discard this patch.