Completed
Push — master ( 993538...3d5db6 )
by Sam
02:07
created
classes/rcon.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
      * @throws \Exception if the connection is closed
198 198
      * @throws \Exception if sending the command failed
199 199
      *
200
-     * @return bool Whether sending the command was successful or not
200
+     * @return boolean|null Whether sending the command was successful or not
201 201
      */
202 202
     protected function send($command)
203 203
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     /**
227 227
      * Generates the password's CRC32 data
228 228
      *
229
-     * @return string
229
+     * @return string[]
230 230
      */
231 231
     private function getAuthCRC()
232 232
     {
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
      *
240 240
      * @param string $command The message which will be prepared for being sent to the server
241 241
      *
242
-     * @return string Message which can be sent to the server
242
+     * @return string[] Message which can be sent to the server
243 243
      */
244 244
     private function getMsgCRC($command)
245 245
     {
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
      * @author nerdalertdk (https://github.com/nerdalertdk)
614 614
      * @link https://github.com/Nizarii/arma-rcon-class-php/issues/4 The related GitHub issue
615 615
      *
616
-     * @param $str string
616
+     * @param string $str string
617 617
      *
618 618
      * @return string
619 619
      */
Please login to merge, or discard this patch.