Completed
Branch master (30b8c4)
by Jamie
03:40
created
src/Eventbrite.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Make the call to Eventbrite, only synchronous calls at present.
82 82
      *
83
-     * @param       $http_method
83
+     * @param       string $http_method
84 84
      * @param       $endpoint
85 85
      * @param array $options
86 86
      *
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Checks a string to see if it's JSON. True if it is, false if it's not.
162 162
      *
163
-     * @param $string
163
+     * @param string $string
164 164
      *
165 165
      * @return bool
166 166
      */
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
     /**
195 195
      * Wrapper shortcut on the call method for "GET" requests.
196 196
      *
197
-     * @param       $endpoint
197
+     * @param       string $endpoint
198 198
      * @param array $options
199 199
      *
200 200
      * @return array|mixed|\Psr\Http\Message\ResponseInterface
Please login to merge, or discard this patch.