Completed
Push — master ( 06cc78...f70c47 )
by PROSPER
01:59
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.