Browse Source

Merge pull request #4727 from ravage84/patch-1

Added more detail of deprecation
Mark Story 11 years ago
parent
commit
86eee71aea
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 {