* PHP short tags "<?" to full tag "<?php".

* superfluous whitespace removed.
This commit is contained in:
Siebrand Mazeland 2011-03-25 10:02:02 +01:00
parent 41e919f3ca
commit 3cc7dda478
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<? <?php
class GroupNoticeStream extends CachingNoticeStream class GroupNoticeStream extends CachingNoticeStream
{ {

View File

@ -1,4 +1,4 @@
<? <?php
class TaggedProfileNoticeStream extends CachingNoticeStream class TaggedProfileNoticeStream extends CachingNoticeStream
{ {