Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15436432
D11682.id28217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11682.id28217.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11682: Fix `pht` method calls
Attached
Detach File
Event Timeline
Log In to Comment