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 c94119e commit 242d448Copy full SHA for 242d448
tests/bootstrap.php
@@ -11,7 +11,7 @@
11
}
12
13
$tid = getenv("TRAVIS_JOB_NUMBER");
14
-if !empty($tid) {
+if (!empty($tid)) {
15
$tid = strstr($tid, ".");
16
17
0 commit comments