Browse Source

Added more detail of deprecation

I felt the missing detail info could lead to discussions if someone doesn't lookup the commit header message.
Marc Würth 11 years ago
parent
commit
00629c3ba3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Log/LogInterface.php

+ 1 - 1
src/Log/LogInterface.php

@@ -22,7 +22,7 @@ use Psr\Log\LoggerInterface;
  * LogInterface is the interface that should be implemented
  * by all classes that are going to be used as Log streams.
  *
- * @deprecated
+ * @deprecated 3.0.0-beta1 Will be removed in 3.0.0 stable.
  */
 interface LogInterface extends LoggerInterface {