Completed
Push — master ( 4cd686...a44c06 )
by Andreas
05:44
created
src/api/error/exception.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
     const TREE_IS_CIRCULAR = -26;
42 42
     const OBJECT_IS_LOCKED = -27;
43 43
 
44
-    private static $messages = array
45
-    (
44
+    private static $messages = array(
46 45
         self::OK => "MGD_ERR_OK",
47 46
         self::ACCESS_DENIED => "Access Denied.",
48 47
         self::NO_METADATA => "Metadata class not defined.",
Please login to merge, or discard this patch.