change '' => null from D1139
Summary: feedback from D1139 i missed before i git pushed. :/ Test Plan: re-did test plan in d1139 Reviewers: epriestley CC:
This commit is contained in:
@@ -84,7 +84,7 @@ class ConduitAPI_differential_getdiff_Method extends ConduitAPIMethod {
|
|||||||
if ($project) {
|
if ($project) {
|
||||||
$project_name = $project->getName();
|
$project_name = $project->getName();
|
||||||
} else {
|
} else {
|
||||||
$project_name = '';
|
$project_name = null;
|
||||||
}
|
}
|
||||||
$basic_dict['projectName'] = $project_name;
|
$basic_dict['projectName'] = $project_name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user