From 9c8e6853d33fb2dc32289ca0dce5e45f64cf4c31 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 17 Aug 2015 20:16:39 -0400 Subject: [PATCH] Fix typo. --- src/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/View.php b/src/View/View.php index 11141befcd1..a0c52fe48e7 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -268,7 +268,7 @@ class View implements EventDispatcherInterface * Constant for view file type 'view' * * @var string - * @deprecated 3.0.1 Use TYPE_TEMPLATE instead. + * @deprecated 3.1.0 Use TYPE_TEMPLATE instead. */ const TYPE_VIEW = 'view';