Completed
Push — master ( 3ce8d1...fc67d1 )
by PROSPER
01:53
created
src/Paystack.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * Initiate a payment request to Paystack
94
-     * @return Unicodeveloper\Paystack\Paystack
94
+     * @return Paystack
95 95
      */
96 96
     public function makePaymentRequest()
97 97
     {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Make the client request and get the response
105 105
      * @param string $relativeUrl
106
-     * @return Unicodeveloper\Paystack\Paystack
106
+     * @return Paystack
107 107
      */
108 108
     public function setResponse($relativeUrl)
109 109
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     /**
124 124
      * Get the authorization url from the callback response
125
-     * @return Unicodeveloper\Paystack\Paystack
125
+     * @return Paystack
126 126
      */
127 127
     public function getAuthorizationUrl()
128 128
     {
Please login to merge, or discard this patch.
src/Facades/PaystackFacade.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.