* 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

@ -4,7 +4,7 @@
* Copyright (C) 2011, StatusNet, Inc.
*
* A stream of notices
*
*
* PHP version 5
*
* This program is free software: you can redistribute it and/or modify

View File

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

View File

@ -4,7 +4,7 @@
* Copyright (C) 2011, StatusNet, Inc.
*
* Stream of notices by a profile
*
*
* PHP version 5
*
* This program is free software: you can redistribute it and/or modify

View File

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