From 69210d5bc130f8cc9f96f99582a041254d7b9833 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 25 May 2015 14:29:02 +0100 Subject: [PATCH] Move deprecation notice where it belongs, closes #4065 --- src/Composer/Script/ScriptEvents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Composer/Script/ScriptEvents.php b/src/Composer/Script/ScriptEvents.php index 65baf2cc4..c85c810a0 100644 --- a/src/Composer/Script/ScriptEvents.php +++ b/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. *