Page MenuHomeDevCentral

D159.id382.diff
No OneTemporary

D159.id382.diff

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

Mime Type
text/plain
Expires
Tue, Feb 4, 03:49 (20 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2393592
Default Alt Text
D159.id382.diff (464 B)

Event Timeline