Page MenuHomePhabricator

D11682.id28217.diff
No OneTemporary

D11682.id28217.diff

diff --git a/src/auth/PhutilGoogleAuthAdapter.php b/src/auth/PhutilGoogleAuthAdapter.php
--- a/src/auth/PhutilGoogleAuthAdapter.php
+++ b/src/auth/PhutilGoogleAuthAdapter.php
@@ -23,7 +23,7 @@
throw new Exception(
pht(
- 'Expected to retrieve an "account" email from Google Plus API call ',
+ 'Expected to retrieve an "account" email from Google Plus API call '.
'to identify account, but failed.'));
}
diff --git a/src/conduit/ConduitClient.php b/src/conduit/ConduitClient.php
--- a/src/conduit/ConduitClient.php
+++ b/src/conduit/ConduitClient.php
@@ -276,7 +276,7 @@
} else {
throw new Exception(
pht(
- 'OpenSSL encountered an unknown error verifying the request.',
+ 'OpenSSL encountered an unknown error verifying the request: %s',
$err));
}
}
diff --git a/src/parser/xhpast/__tests__/PHPASTParserTestCase.php b/src/parser/xhpast/__tests__/PHPASTParserTestCase.php
--- a/src/parser/xhpast/__tests__/PHPASTParserTestCase.php
+++ b/src/parser/xhpast/__tests__/PHPASTParserTestCase.php
@@ -51,7 +51,7 @@
if ($type !== null) {
throw new Exception(
pht(
- 'Test file "%s" unexpectedly specifies multiple expected ',
+ 'Test file "%s" unexpectedly specifies multiple expected '.
'test outcomes.',
$name));
}

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 2:05 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707078
Default Alt Text
D11682.id28217.diff (1 KB)

Event Timeline