Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 19, 2019
1 parent eb25470 commit 9c90e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Browser
public static $storeConsoleLogAt;

/**
* The directory that will contain any source files.
* The directory where source code snapshots will be stored.
*
* @var string
*/
Expand Down Expand Up @@ -377,7 +377,7 @@ public function storeConsoleLog($name)
}

/**
* Store the source with the given name.
* Store a snapshot of the page's current source code with the given name.
*
* @param string $name
* @return $this
Expand Down

0 comments on commit 9c90e2a

Please sign in to comment.