ApplicationBootstrap: phpdoc-deprecate

This commit is contained in:
Thomas Gelf 2015-11-13 11:47:37 +01:00
parent a94662492b
commit 74f53725e1
1 changed files with 2 additions and 3 deletions

View File

@ -356,10 +356,9 @@ abstract class ApplicationBootstrap
}
/**
* Register the Zend Autoloader
*
* Deprecated, compat only - does nothing
* Register the Zend Autoloader - compat only - does nothing
*
* @deprecated
* @return $this
*/
public function setupZendAutoloader()