From: <var...@us...> - 2012-10-02 09:00:08
|
Revision: 8367 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8367&view=rev Author: vargenau Date: 2012-10-02 08:59:57 +0000 (Tue, 02 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/Cache/Container.php trunk/lib/pear/Cache/Error.php trunk/lib/pear/Cache/Graphics.php trunk/lib/pear/Cache.php trunk/lib/pear/File_Passwd.php trunk/lib/pear/JSON.php trunk/lib/pear/PEAR.php Modified: trunk/lib/pear/Cache/Container.php =================================================================== --- trunk/lib/pear/Cache/Container.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/Cache/Container.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -447,4 +447,3 @@ } // end func getExpireAbsolute } // end class Container -?> Modified: trunk/lib/pear/Cache/Error.php =================================================================== --- trunk/lib/pear/Cache/Error.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/Cache/Error.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -45,4 +45,3 @@ } // end func Cache_Error } // end class Cache_Error -?> Modified: trunk/lib/pear/Cache/Graphics.php =================================================================== --- trunk/lib/pear/Cache/Graphics.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/Cache/Graphics.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -345,4 +345,3 @@ } // end func generateID } // end class Cache_Graphics -?> Modified: trunk/lib/pear/Cache.php =================================================================== --- trunk/lib/pear/Cache.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/Cache.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -17,8 +17,8 @@ // +----------------------------------------------------------------------+ // -require_once('PEAR.php'); -require_once('Cache/Error.php'); +require_once 'PEAR.php'; +require_once 'Cache/Error.php'; /** * Cache is a base class for cache implementations. @@ -352,4 +352,3 @@ } // end func garbageCollection } // end class cache -?> Modified: trunk/lib/pear/File_Passwd.php =================================================================== --- trunk/lib/pear/File_Passwd.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/File_Passwd.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -268,4 +268,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Modified: trunk/lib/pear/JSON.php =================================================================== --- trunk/lib/pear/JSON.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/JSON.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -51,7 +51,7 @@ * @author Matt Knapp <mdknapp[at]gmail[dot]com> * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> * @copyright 2005 Michal Migurski - * @version CVS: + * @version * @license http://www.opensource.org/licenses/bsd-license.php * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ @@ -802,5 +802,3 @@ } } - -?> Modified: trunk/lib/pear/PEAR.php =================================================================== --- trunk/lib/pear/PEAR.php 2012-10-02 08:57:57 UTC (rev 8366) +++ trunk/lib/pear/PEAR.php 2012-10-02 08:59:57 UTC (rev 8367) @@ -959,4 +959,3 @@ * c-basic-offset: 4 * End: */ -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |