Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4088520
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
Tue, Feb 4, 00:51 (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2393592
Default Alt Text
D159.diff (464 B)
Attached To
Mode
D159: Code conventions: NULL → null
Attached
Detach File
Event Timeline
Log In to Comment