Completed
Push — master ( 0e8aaa...03c578 )
by Roberto
03:22
created
src/Extras/PhpSerial.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
      * if  getAuto() == false this command writes to buffer (default)
412 412
      *
413 413
      * @param  string $data
414
-     * @return boolean
414
+     * @return string|boolean
415 415
      */
416 416
     public function write($data)
417 417
     {
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
     /**
430 430
      * Flushs imediatly data to serial port
431 431
      *
432
-     * @return boolean
432
+     * @return string|boolean
433 433
      */
434 434
     public function flush()
435 435
     {
Please login to merge, or discard this patch.