Completed
Pull Request — master (#5)
by Ibrahim
02:09
created
src/Facades/Paystack.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,10 +6,10 @@
 block discarded – undo
6 6
 
7 7
 class PaystackFacade extends Facade {
8 8
     /**
9
-   * Get the registered name of the component.
10
-   *
11
-   * @return string
12
-   */
9
+     * Get the registered name of the component.
10
+     *
11
+     * @return string
12
+     */
13 13
     protected static function getFacadeAccessor()
14 14
     {
15 15
         return 'laravel-paystack';
Please login to merge, or discard this patch.
src/Paystack.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -113,6 +113,10 @@
 block discarded – undo
113 113
     }
114 114
 
115 115
 
116
+    /**
117
+     * @param string $relativeUrl
118
+     * @param string $method
119
+     */
116 120
     private function setHttpResponse($relativeUrl, $method, $body = []){
117 121
 
118 122
         if(is_null($method)){
Please login to merge, or discard this patch.