From 9c90e2a716030c9a36e6306c3f67d606a254bbb7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 19 Dec 2019 08:48:00 -0600 Subject: [PATCH] formatting --- src/Browser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Browser.php b/src/Browser.php index 787712b7c..16bdafe64 100644 --- a/src/Browser.php +++ b/src/Browser.php @@ -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 */ @@ -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