Completed
Pull Request — master (#46)
by
unknown
03:41
created
src/Protocol/Presence.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * Get to.
199 199
      *
200
-     * @return string¦null
200
+     * @return string|null
201 201
      */
202 202
     public function getTo()
203 203
     {
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
     /**
242 242
      * Get channel password.
243 243
      *
244
-     * @return string¦null
244
+     * @return string
245 245
      */
246 246
     public function getPassword()
247 247
     {
@@ -251,7 +251,6 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * Set channel password.
253 253
      *
254
-     * @param string|null $to
255 254
      * @return $this
256 255
      */
257 256
     public function setPassword($password = null)
Please login to merge, or discard this patch.