Completed
Push — 123 ( d13f38 )
by Vasily
05:11
created
old-code-for-refactoring/AsteriskDriver.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -417,6 +417,7 @@  discard block
 block discarded – undo
417 417
 	 * Synopsis: Generate Challenge for MD5 Auth
418 418
 	 * Privilege: <none>
419 419
 	 *
420
+	 * @param Closure $callback
420 421
 	 * @return void
421 422
 	 */
422 423
 	protected function challenge($callback) {
@@ -629,7 +630,7 @@  discard block
 block discarded – undo
629 630
 
630 631
 	/**
631 632
 	 * Generate a unique ID.
632
-	 * @return Returns the unique identifier, as a string. 
633
+	 * @return string the unique identifier, as a string. 
633 634
 	 */
634 635
 	protected function uniqid() {
635 636
 		return uniqid(Daemon::$process->pid, true);
@@ -637,7 +638,7 @@  discard block
 block discarded – undo
637 638
 	
638 639
 	/**
639 640
 	 * Sends a packet.
640
-	 * @param string $pacekt Data
641
+	 * @param string $packet Data
641 642
 	 * @return void
642 643
 	 */
643 644
 	public function sendPacket($packet) {
Please login to merge, or discard this patch.