버그 수정

This commit is contained in:
2018-07-18 03:32:47 +09:00
parent 62520fb7fe
commit 403d914193
5 changed files with 37 additions and 30 deletions
-3
View File
@@ -132,9 +132,6 @@ class Util extends \utilphp\util
* params에 맞도록 class를 생성해주는 함수
*/
public static function generatePHPClassFile(string $destFilePath, array $params, ?string $srcClassName=null, string $namespace='sammo'){
if ($destFilePath === $srcFilePath) {
return 'invalid destFilePath';
}
if (!is_writable(dirname($destFilePath))) {
return 'destFilePath is not writable';
}