removed end php tags to approach PSR-1
This commit is contained in:
parent
cf929529b5
commit
aac5b9f575
4 changed files with 5 additions and 3 deletions
|
@ -22,4 +22,4 @@ $config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_set
|
|||
|
||||
*/
|
||||
|
||||
?>
|
||||
// End of 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
|
|
@ -340,4 +340,4 @@ class Pico {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
// End of file
|
|
@ -76,4 +76,4 @@ class Pico_Plugin {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
// End of file
|
Loading…
Add table
Reference in a new issue