From: <var...@us...> - 2012-10-02 09:21:27
|
Revision: 8371 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8371&view=rev Author: vargenau Date: 2012-10-02 09:21:20 +0000 (Tue, 02 Oct 2012) Log Message: ----------- trailing_spaces [PSR-2] Remove trailing whitespace at the end of lines. Modified Paths: -------------- trunk/lib/WikiDB/SQL.php trunk/lib/WikiDB/backend/dba.php trunk/lib/WikiDB/dba.php trunk/lib/pear/Cache/Container/db.php trunk/lib/pear/Cache/Container/file.php trunk/lib/pear/Cache/Container/imgfile.php trunk/lib/pear/Cache/Container.php trunk/lib/pear/Cache/Graphics.php trunk/lib/pear/Cache.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/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/sqlite.php trunk/lib/pear/DB.php Modified: trunk/lib/WikiDB/SQL.php =================================================================== --- trunk/lib/WikiDB/SQL.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/WikiDB/SQL.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -1,4 +1,4 @@ -<?php +<?php require_once 'lib/WikiDB.php'; //require_once('lib/WikiDB/backend/PearDB.php'); Modified: trunk/lib/WikiDB/backend/dba.php =================================================================== --- trunk/lib/WikiDB/backend/dba.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/WikiDB/backend/dba.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -1,4 +1,4 @@ -<?php +<?php require_once 'lib/WikiDB/backend/dbaBase.php'; require_once 'lib/DbaDatabase.php'; Modified: trunk/lib/WikiDB/dba.php =================================================================== --- trunk/lib/WikiDB/dba.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/WikiDB/dba.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -1,4 +1,4 @@ -<?php +<?php require_once 'lib/WikiDB.php'; require_once 'lib/WikiDB/backend/dba.php'; Modified: trunk/lib/pear/Cache/Container/db.php =================================================================== --- trunk/lib/pear/Cache/Container/db.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache/Container/db.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -50,7 +50,7 @@ * ) * * @author Sebastian Bergmann <sb...@se...> -* @version +* @version * @package Cache */ class Cache_Container_db extends Cache_Container { Modified: trunk/lib/pear/Cache/Container/file.php =================================================================== --- trunk/lib/pear/Cache/Container/file.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache/Container/file.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -22,7 +22,7 @@ * Stores cache contents in a file. * * @author Ulf Wendel <ulf...@ph...> -* @version +* @version */ class Cache_Container_file extends Cache_Container { Modified: trunk/lib/pear/Cache/Container/imgfile.php =================================================================== --- trunk/lib/pear/Cache/Container/imgfile.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache/Container/imgfile.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -22,7 +22,7 @@ * Stores cache contents in a file. * * @author Ulf Wendel <ulf...@ph...> -* @version +* @version */ class Cache_Container_file extends Cache_Container { Modified: trunk/lib/pear/Cache/Container.php =================================================================== --- trunk/lib/pear/Cache/Container.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache/Container.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -37,7 +37,7 @@ * not recommended! * * @author Ulf Wendel <ulf...@ph...> -* @version +* @version * @package Cache * @access public * @abstract Modified: trunk/lib/pear/Cache/Graphics.php =================================================================== --- trunk/lib/pear/Cache/Graphics.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache/Graphics.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -64,7 +64,7 @@ * the output buffer. Modify it if required! * * @author Ulf Wendel <ulf...@ph...> -* @version +* @version * @package Cache */ class Cache_Graphics extends Cache { Modified: trunk/lib/pear/Cache.php =================================================================== --- trunk/lib/pear/Cache.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/Cache.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -58,7 +58,7 @@ * bad circumstances (especially with the file container) * * @author Ulf Wendel <ulf...@ph...> -* @version +* @version * @package Cache * @access public */ Modified: trunk/lib/pear/DB/common.php =================================================================== --- trunk/lib/pear/DB/common.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/common.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -25,7 +25,7 @@ * inherited by all such * * @package DB - * @version + * @version * @category Database * @author Stig Bakken <ss...@ph...> * @author Tomas V.V.Cox <co...@id...> Modified: trunk/lib/pear/DB/dbase.php =================================================================== --- trunk/lib/pear/DB/dbase.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/dbase.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -27,7 +27,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Stig Bakken <ss...@ph...> */ Modified: trunk/lib/pear/DB/fbsql.php =================================================================== --- trunk/lib/pear/DB/fbsql.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/fbsql.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -33,7 +33,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Frank M. Kromann <fr...@fr...> */ Modified: trunk/lib/pear/DB/ibase.php =================================================================== --- trunk/lib/pear/DB/ibase.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/ibase.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -27,7 +27,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Sterling Hughes <ste...@ph...> */ Modified: trunk/lib/pear/DB/ifx.php =================================================================== --- trunk/lib/pear/DB/ifx.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/ifx.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -32,7 +32,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Tomas V.V.Cox <co...@id...> */ Modified: trunk/lib/pear/DB/msql.php =================================================================== --- trunk/lib/pear/DB/msql.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/msql.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -24,7 +24,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Sterling Hughes <ste...@ph...> */ Modified: trunk/lib/pear/DB/mssql.php =================================================================== --- trunk/lib/pear/DB/mssql.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/mssql.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -24,7 +24,7 @@ * extension. * * @package DB - * @version + * @version * @category Database * @author Sterling Hughes <ste...@ph...> */ Modified: trunk/lib/pear/DB/mysql.php =================================================================== --- trunk/lib/pear/DB/mysql.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/mysql.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -35,7 +35,7 @@ * This is for MySQL versions 4.0 and below. * * @package DB - * @version + * @version * @category Database * @author Stig Bakken <ss...@ph...> */ Modified: trunk/lib/pear/DB/mysqli.php =================================================================== --- trunk/lib/pear/DB/mysqli.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/mysqli.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -34,7 +34,7 @@ * Note that persistent connections no longer exist. * * @package DB - * @version + * @version * @category Database * @author Chaillan Nicolas <ni...@ph...> */ Modified: trunk/lib/pear/DB/oci8.php =================================================================== --- trunk/lib/pear/DB/oci8.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/oci8.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -30,7 +30,7 @@ * Definitely works with versions 8 and 9 of Oracle. * * @package DB - * @version + * @version * @category Database * @author James L. Pine <jl...@va...> */ Modified: trunk/lib/pear/DB/sqlite.php =================================================================== --- trunk/lib/pear/DB/sqlite.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB/sqlite.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -25,7 +25,7 @@ * PECL extension. * * @package DB - * @version + * @version * @category Database * @author Urs Gehrig <ur...@ci...> * @author Mika Tuupola <tu...@ap...> Modified: trunk/lib/pear/DB.php =================================================================== --- trunk/lib/pear/DB.php 2012-10-02 09:05:34 UTC (rev 8370) +++ trunk/lib/pear/DB.php 2012-10-02 09:21:20 UTC (rev 8371) @@ -252,7 +252,7 @@ * @author Stig Bakken <ss...@ph...> * @author Tomas V.V.Cox <co...@id...> * @since PHP 4.0 - * @version + * @version * @category Database */ class DB This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |