* PHP short tags "<?" to full tag "<?php".
* superfluous whitespace removed.
This commit is contained in:
parent
41e919f3ca
commit
3cc7dda478
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2011, StatusNet, Inc.
|
* Copyright (C) 2011, StatusNet, Inc.
|
||||||
*
|
*
|
||||||
* A stream of notices
|
* A stream of notices
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
class GroupNoticeStream extends CachingNoticeStream
|
class GroupNoticeStream extends CachingNoticeStream
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2011, StatusNet, Inc.
|
* Copyright (C) 2011, StatusNet, Inc.
|
||||||
*
|
*
|
||||||
* Stream of notices by a profile
|
* Stream of notices by a profile
|
||||||
*
|
*
|
||||||
* PHP version 5
|
* PHP version 5
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?
|
<?php
|
||||||
|
|
||||||
class TaggedProfileNoticeStream extends CachingNoticeStream
|
class TaggedProfileNoticeStream extends CachingNoticeStream
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user