Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 4a6b62c

Browse files
author
Jamie Snape
committed
Remove redundant closing tags
1 parent 8ff3d80 commit 4a6b62c

File tree

318 files changed

+14
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+14
-406
lines changed

core/ApiController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,3 @@ public function optionsAction()
217217
}
218218

219219
} //end class
220-
?>

core/Notification.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ public function tokenAuth($params)
9797
return $this->Component->Authentication->getUser(array('token' => $token), null);
9898
}
9999
} //end class
100-
?>

core/constant/api.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@
4949
MIDAS_API_PERMISSION_SCOPE_READ_GROUPS => 'List group membership for communities you own',
5050
MIDAS_API_PERMISSION_SCOPE_MANAGE_GROUPS => 'Manage groups for communities you own'
5151
));
52-
?>

core/constant/apierror.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
define('MIDAS_INVALID_PARAMETER', -150);
2929
define('MIDAS_INVALID_POLICY', -151);
3030
define('MIDAS_HTTP_ERROR', -153);
31-
?>

core/constant/community.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@
2222
define("MIDAS_COMMUNITY_PRIVATE", 1);
2323
define("MIDAS_COMMUNITY_CAN_JOIN", 1);
2424
define("MIDAS_COMMUNITY_INVITATION_ONLY", 0);
25-
?>

core/constant/datatype.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@
3030
define("MIDAS_MANY_TO_ONE", 1003);
3131
define("MIDAS_ONE_TO_ONE", 1004);
3232
define("MIDAS_MANY_TO_MANY", 1005);
33-
34-
?>

core/constant/error.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
define("MIDAS_PRIORITY_INFO", 6);
2222
define("MIDAS_PRIORITY_CRITICAL", 2);
2323
define("MIDAS_PRIORITY_WARNING", 4);
24-
?>

core/constant/feed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@
3333
define("MIDAS_FEED_CREATE_LINK_ITEM", 32);
3434

3535
define("MIDAS_FEED_CREATE_REVISION", 40);
36-
?>

core/constant/folder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020

2121
define("MIDAS_FOLDER_USERPARENT", -1);
2222
define("MIDAS_FOLDER_COMMUNITYPARENT", -2);
23-
?>

core/constant/global.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@
4444
{
4545
define('DATABASE_CONFIG', BASE_PATH . '/core/configs/database.ini');
4646
}
47-
?>

0 commit comments

Comments
 (0)