From: <var...@us...> - 2012-10-01 14:37:49
|
Revision: 8358 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8358&view=rev Author: vargenau Date: 2012-10-01 14:37:38 +0000 (Mon, 01 Oct 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/lib/pear/DB/Pager.php trunk/lib/pear/DB/common.php trunk/lib/pear/DB/dbase.php trunk/lib/pear/DB/fbsql.php trunk/lib/pear/DB/ibase.php trunk/lib/pear/DB/ifx.php trunk/lib/pear/DB/ldap.php trunk/lib/pear/DB/msql.php trunk/lib/pear/DB/mssql.php trunk/lib/pear/DB/mysql.php trunk/lib/pear/DB/mysqli.php trunk/lib/pear/DB/oci8.php trunk/lib/pear/DB/odbc.php trunk/lib/pear/DB/pgsql.php trunk/lib/pear/DB/sqlite.php trunk/lib/pear/DB/storage.php trunk/lib/pear/DB/sybase.php Modified: trunk/lib/pear/DB/Pager.php =================================================================== --- trunk/lib/pear/DB/Pager.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/Pager.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -251,4 +251,3 @@ return $data; } } -?> Modified: trunk/lib/pear/DB/common.php =================================================================== --- trunk/lib/pear/DB/common.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/common.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -2021,5 +2021,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/dbase.php =================================================================== --- trunk/lib/pear/DB/dbase.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/dbase.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -212,5 +212,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/fbsql.php =================================================================== --- trunk/lib/pear/DB/fbsql.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/fbsql.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -647,5 +647,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/ibase.php =================================================================== --- trunk/lib/pear/DB/ibase.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/ibase.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -776,5 +776,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/ifx.php =================================================================== --- trunk/lib/pear/DB/ifx.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/ifx.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -571,5 +571,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/ldap.php =================================================================== --- trunk/lib/pear/DB/ldap.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/ldap.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -910,4 +910,3 @@ * c-basic-offset: 4 * End: */ -?> Modified: trunk/lib/pear/DB/msql.php =================================================================== --- trunk/lib/pear/DB/msql.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/msql.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -236,5 +236,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/mssql.php =================================================================== --- trunk/lib/pear/DB/mssql.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/mssql.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -732,5 +732,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/mysql.php =================================================================== --- trunk/lib/pear/DB/mysql.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/mysql.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -907,5 +907,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/mysqli.php =================================================================== --- trunk/lib/pear/DB/mysqli.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/mysqli.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -883,5 +883,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/oci8.php =================================================================== --- trunk/lib/pear/DB/oci8.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/oci8.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -881,5 +881,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/odbc.php =================================================================== --- trunk/lib/pear/DB/odbc.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/odbc.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -569,5 +569,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/pgsql.php =================================================================== --- trunk/lib/pear/DB/pgsql.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/pgsql.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -845,5 +845,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/sqlite.php =================================================================== --- trunk/lib/pear/DB/sqlite.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/sqlite.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -689,5 +689,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/storage.php =================================================================== --- trunk/lib/pear/DB/storage.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/storage.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -489,5 +489,3 @@ * c-basic-offset: 4 * End: */ - -?> Modified: trunk/lib/pear/DB/sybase.php =================================================================== --- trunk/lib/pear/DB/sybase.php 2012-10-01 14:30:33 UTC (rev 8357) +++ trunk/lib/pear/DB/sybase.php 2012-10-01 14:37:38 UTC (rev 8358) @@ -829,5 +829,3 @@ * c-basic-offset: 4 * End: */ - -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |