Skip to content

Commit 6183091

Browse files
RutvikChandlafrancisf
authored andcommitted
changes
1 parent 401b36d commit 6183091

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vendor
1+
/vendor
2+
/composer.phar

scripts/local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
$web_driver->quit();
4242
# Stop the Local instance
4343
$bs_local->stop();
44-
?>
44+
?>

scripts/single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
echo 'Message: ' .$e->getMessage();
3535
}
3636
$web_driver->quit();
37-
?>
37+
?>

0 commit comments

Comments
 (0)