Completed
Push — master ( bfd341...4df0f6 )
by Denis
10s
created
src/Whoops/Handler/PrettyPageHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
      * @throws InvalidArgumentException If editor resolver does not return a string
385 385
      * @param  string                   $filePath
386 386
      * @param  int                      $line
387
-     * @return string|bool
387
+     * @return false|string
388 388
      */
389 389
     public function getEditorHref($filePath, $line)
390 390
     {
@@ -438,7 +438,7 @@  discard block
 block discarded – undo
438 438
      *
439 439
      * @param  string $filePath
440 440
      * @param  int    $line
441
-     * @return array
441
+     * @return string
442 442
      */
443 443
     protected function getEditor($filePath, $line)
444 444
     {
Please login to merge, or discard this patch.