From: <var...@us...> - 2012-09-28 15:32:18
|
Revision: 8309 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8309&view=rev Author: vargenau Date: 2012-09-28 15:32:08 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/MacOSX/lib/RecentChanges.php trunk/themes/Portland/lib/RecentChanges.php trunk/themes/shamino_com/themeinfo.php Modified: trunk/themes/MacOSX/lib/RecentChanges.php =================================================================== --- trunk/themes/MacOSX/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/MacOSX/lib/RecentChanges.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ @@ -56,4 +56,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Modified: trunk/themes/Portland/lib/RecentChanges.php =================================================================== --- trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -67,4 +67,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Modified: trunk/themes/shamino_com/themeinfo.php =================================================================== --- trunk/themes/shamino_com/themeinfo.php 2012-09-28 15:25:47 UTC (rev 8308) +++ trunk/themes/shamino_com/themeinfo.php 2012-09-28 15:32:08 UTC (rev 8309) @@ -117,4 +117,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |