Completed
Push — master ( 91b85b...1fd7cc )
by Denis
13s queued 11s
created
src/Whoops/Handler/PrettyPageHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
      *
477 477
      * @throws InvalidArgumentException If editor resolver does not return a string
478 478
      *
479
-     * @return string|bool
479
+     * @return false|string
480 480
      */
481 481
     public function getEditorHref($filePath, $line)
482 482
     {
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
      * @param string $filePath
530 530
      * @param int    $line
531 531
      *
532
-     * @return array
532
+     * @return string
533 533
      */
534 534
     protected function getEditor($filePath, $line)
535 535
     {
Please login to merge, or discard this patch.