From e2a77b05b7c3b9dcfbd12dbc198a1142658cc889 Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Thu, 6 Feb 2014 21:20:29 +1030 Subject: [PATCH] Remove redundant closing tag --- src/inventory/Window.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/inventory/Window.php b/src/inventory/Window.php index 86db447e4..ddd06a85f 100644 --- a/src/inventory/Window.php +++ b/src/inventory/Window.php @@ -29,6 +29,4 @@ class Window{ public function __construct(){ $this->server = ServerAPI::request(); } -} - -?> \ No newline at end of file +} \ No newline at end of file