Completed
Push — master ( 1f1d6f...d17677 )
by De Cramer
9s
created
src/eXpansion/Bundle/Emotes/ChatCommand/BasicEmote.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * BasicEmote constructor.
29 29
      *
30 30
      * @param string $command The chat command
31
-     * @param string $message The emote message to send
31
+     * @param string $nbMessages The emote message to send
32 32
      * @param ChatNotification $chatNotification
33 33
      * @param array $aliases
34 34
      * @param bool $parametersAsArray
Please login to merge, or discard this patch.
src/eXpansion/Core/Services/ChatCommands.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Get a chat command.
64 64
      *
65
-     * @param $command
65
+     * @param string $command
66 66
      * @return ChatCommandInterface|null
67 67
      */
68 68
     public function getChatCommand($command)
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 
73 73
     /**
74 74
      *
75
-     * @param $pluginId
75
+     * @param string $pluginId
76 76
      * @param $cmdTxt
77 77
      * @param ChatCommandInterface $command
78 78
      *
Please login to merge, or discard this patch.