1
0
Fork 0

Add explicit return

pull/1483/merge
Jordi Boggiano 2013-02-12 10:14:44 +01:00
parent 8ab5ef430a
commit dd372e7635
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ EOT
return 1; return 1;
} }
return 0;
} }
private function updateFileCleanly($json, array $base, array $new, $requireKey) private function updateFileCleanly($json, array $base, array $new, $requireKey)