Changeset 150847b


Ignore:
Timestamp:
01/31/12 22:43:08 (4 months ago)
Author:
Bryan Davis <bpd@…>
Branches:
master
Children:
4870cff
Parents:
0d6d85e
git-author:
Bryan Davis <bpd@…> (01/31/12 22:16:48)
git-committer:
Bryan Davis <bpd@…> (01/31/12 22:43:08)
Message:

Removed unnecessary php closing tags.

Having a closing tag ("?>") is unnecessary in a pure php source file.
They may actually be detrimental in many circumstances because the php
runtime may emit a blank line to stdout if a newline character follows
the closing tag.

Location:
classes/phing
Files:
10 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.