Removing the closing PHP "?>" tag as per style guidelines.

This commit is contained in:
jgen
2014-04-24 19:01:47 -04:00
parent 286e75bef0
commit ab3f9850e4
25 changed files with 26 additions and 26 deletions

View File

@@ -8,4 +8,4 @@ class SCoreException extends Exception {}
* A fairly common, generic exception
*/
class PermissionDeniedException extends SCoreException {}
?>