Skip to content

Commit

Permalink
Update PHPMD
Browse files Browse the repository at this point in the history
  • Loading branch information
KanDisheng committed Feb 2, 2018
1 parent c719d9e commit 562def2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/Clean.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public static function workbench()
);
$result = FileSystem::remove($removeList);
if ($result) {
Console::printLine('Clean Finished.', 'success');
Console::printLine('Clean Workbench Finished.', 'success');
return;
}
Console::printLine('Clean Error.', 'error');
Console::printLine('Clean Workbench Error.', 'error');
return;
}

Expand Down

0 comments on commit 562def2

Please sign in to comment.