removed end php tags to approach PSR-1

This commit is contained in:
William Duyck 2013-07-21 01:41:24 +01:00
parent cf929529b5
commit aac5b9f575
4 changed files with 5 additions and 3 deletions

View file

@ -22,4 +22,4 @@ $config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_set
*/
?>
// End of file

View file

@ -11,3 +11,5 @@ define('CACHE_DIR', LIB_DIR .'cache/');
require(ROOT_DIR .'vendor/autoload.php');
require(LIB_DIR .'pico.php');
$pico = new Pico();
// End of file

View file

@ -340,4 +340,4 @@ class Pico {
}
?>
// End of file

View file

@ -76,4 +76,4 @@ class Pico_Plugin {
}
?>
// End of file