mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
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:
parent
d0d33094d6
commit
9f201ef897
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ConduitAPI_differential_getdiff_Method extends ConduitAPIMethod {
|
|||
if ($project) {
|
||||
$project_name = $project->getName();
|
||||
} else {
|
||||
$project_name = '';
|
||||
$project_name = null;
|
||||
}
|
||||
$basic_dict['projectName'] = $project_name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue