Browse Source

Remove deprecation notice from a protected property.

Robert Pustułka 8 years ago
parent
commit
d80aaf2425
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Controller/Controller.php

+ 0 - 1
src/Controller/Controller.php

@@ -163,7 +163,6 @@ class Controller implements EventListenerInterface, EventDispatcherInterface
      * after action logic.
      *
      * @var bool
-     * @deprecated 3.6.0 Use enableAutoRender()/disableAutoRender() and isAutoRenderEnabled() instead.
      */
     protected $autoRender = true;