Skip to content

Commit 242d448

Browse files
committed
x
1 parent c94119e commit 242d448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
$tid = getenv("TRAVIS_JOB_NUMBER");
14-
if !empty($tid) {
14+
if (!empty($tid)) {
1515
$tid = strstr($tid, ".");
1616
}
1717

0 commit comments

Comments
 (0)