1
0
Fork 0

Move deprecation notice where it belongs, closes #4065

pull/4067/head
Jordi Boggiano 2015-05-25 14:29:02 +01:00
parent eea42c4df7
commit 69210d5bc1
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*