瀏覽代碼

Move deprecation notice where it belongs, closes #4065

Jordi Boggiano 9 年之前
父節點
當前提交
69210d5bc1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Composer/Script/ScriptEvents.php

+ 2 - 2
src/Composer/Script/ScriptEvents.php

@@ -74,8 +74,6 @@ class ScriptEvents
      */
     const POST_STATUS_CMD = 'post-status-cmd';
 
-    /** Deprecated constants below */
-
     /**
      * The PRE_AUTOLOAD_DUMP event occurs before the autoload file is generated.
      *
@@ -131,6 +129,8 @@ class ScriptEvents
      */
     const POST_ARCHIVE_CMD = 'post-archive-cmd';
 
+    /** Deprecated constants below */
+
     /**
      * The PRE_PACKAGE_INSTALL event occurs before a package is installed.
      *