Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10411999
D159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
464 B
Referenced Files
None
Subscribers
None
D159.diff
View Options
diff --git a/app/Phabricator/PhabricatorAPI.php b/app/Phabricator/PhabricatorAPI.php
--- a/app/Phabricator/PhabricatorAPI.php
+++ b/app/Phabricator/PhabricatorAPI.php
@@ -115,7 +115,7 @@
$reply = json_decode(static::post($url, $arguments));
- if ($reply->error_code !== NULL) {
+ if ($reply->error_code !== null) {
throw new PhabricatorAPIException(
$reply->error_code,
$reply->error_info
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 7, 11:17 (8 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2793285
Default Alt Text
D159.diff (464 B)
Attached To
Mode
D159: Code conventions: NULL → null
Attached
Detach File
Event Timeline
Log In to Comment