Completed
Push — master ( 5db44c...29a5d6 )
by Ehsan
02:49
created
src/Slackbot/client/ApiClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * API CURL Call with post method.
100 100
      *
101
-     * @param $method
101
+     * @param string $method
102 102
      * @param array $arguments
103 103
      *
104 104
      * @throws \Exception
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @return Team|mixed
198
+     * @return null|\Slackbot\AbstractBaseSlack
199 199
      */
200 200
     public function teamInfoAsObject()
201 201
     {
Please login to merge, or discard this patch.