We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401b36d commit 6183091Copy full SHA for 6183091
.gitignore
@@ -1 +1,2 @@
1
-/vendor
+/vendor
2
+/composer.phar
scripts/local.php
@@ -41,4 +41,4 @@
41
$web_driver->quit();
42
# Stop the Local instance
43
$bs_local->stop();
44
-?>
+?>
scripts/single.php
@@ -34,4 +34,4 @@
34
echo 'Message: ' .$e->getMessage();
35
}
36
37
0 commit comments