Modify ↓
Ticket #81 (closed defect: fixed)
PhpLintTask
| Reported by: | norman@… | Owned by: | hans |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | phing-tasks-ext | Version: | 2.3.0beta1 |
| Keywords: | Cc: |
Description
It is possible that you can get an error saying that php -l xyz.php could not parse the the existing file xyz.php. In this case $messages[1] does not exists in line 103 of PhpLintTask.php, but only $messages[0] with the messages that php -l could not parse the file.
So you have to be careful and check if $messages[1] exists before you write it to the log in this place!
Thanks, Norman
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r180.