From: <var...@us...> - 2012-10-01 12:12:06
|
Revision: 8353 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8353&view=rev Author: vargenau Date: 2012-10-01 12:11:57 +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/Cache/Container/imgfile.php Modified: trunk/lib/pear/Cache/Container/imgfile.php =================================================================== --- trunk/lib/pear/Cache/Container/imgfile.php 2012-10-01 09:35:55 UTC (rev 8352) +++ trunk/lib/pear/Cache/Container/imgfile.php 2012-10-01 12:11:57 UTC (rev 8353) @@ -16,7 +16,7 @@ // | Sebastian Bergmann <sb...@se...> | // +----------------------------------------------------------------------+ -require_once('Cache/Container.php'); +require_once 'Cache/Container.php'; /** * Stores cache contents in a file. @@ -376,4 +376,3 @@ } // end func deleteDir } // end class file -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |