Changeset 677
- Timestamp:
- 05/27/07 22:45:23 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/info/phing/tasks/stubCheckStyleTask.php
r676 r677 86 86 throw $be; 87 87 } else { 88 $this->log($be->getMessage(), $this->quiet ? P ROJECT_MSG_VERBOSE : PROJECT_MSG_WARN);88 $this->log($be->getMessage(), $this->quiet ? Project::MSG_VERBOSE : Project::MSG_WARN); 89 89 } 90 90 } … … 93 93 throw new BuildException('Please fix coding style issues.'); 94 94 } 95 if ($error === false) { 96 $this->log('No coding style issues found.', Project::MSG_INFO); 97 } 95 98 } 96 99 }
