Skip to content

Commit 5348757

Browse files
author
SoftLayer
committed
Fixed a syntax error.
1 parent bb6496f commit 5348757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@
109109
$update = $client->addUpdate($update);
110110
echo "Updated ticket 123456. The new update's id is " . $update->id . '.';
111111
} catch (Exception $e) {
112-
die('Unable to update ticket: ' . $e->getMessage();
112+
die('Unable to update ticket: ' . $e->getMessage());
113113
}

0 commit comments

Comments
 (0)