mirror of
https://github.com/friendica/friendica
synced 2025-04-27 00:30:10 +00:00
Standards: Remove EOF closing PHP tags
This commit is contained in:
parent
4b16de6d80
commit
1d427aa214
33 changed files with 28 additions and 66 deletions
|
@ -14,7 +14,7 @@ class BaseObject {
|
|||
|
||||
/**
|
||||
* Get the app
|
||||
*
|
||||
*
|
||||
* Same as get_app from boot.php
|
||||
*/
|
||||
public function get_app() {
|
||||
|
@ -33,4 +33,3 @@ class BaseObject {
|
|||
self::$app = $app;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue