update phpdocs
This commit is contained in:
parent
246600b84e
commit
2113d3e9b1
1 changed files with 3 additions and 3 deletions
|
@ -45,14 +45,14 @@ class Transformers_Manager {
|
||||||
private $transformers = null;
|
private $transformers = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module instance.
|
* Transformer_Manager instance.
|
||||||
*
|
*
|
||||||
* Holds the transformer instance.
|
* Holds the transformer instance.
|
||||||
*
|
*
|
||||||
* @since version_number_transformer_management_placeholder
|
* @since version_number_transformer_management_placeholder
|
||||||
* @access protected
|
* @access protected
|
||||||
*
|
*
|
||||||
* @var Module
|
* @var Transformer_Manager
|
||||||
*/
|
*/
|
||||||
protected static $_instances = [];
|
protected static $_instances = [];
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ class Transformers_Manager {
|
||||||
* @access public
|
* @access public
|
||||||
* @static
|
* @static
|
||||||
*
|
*
|
||||||
* @return Module An instance of the class.
|
* @return Transformer_Manager An instance of the class.
|
||||||
*/
|
*/
|
||||||
public static function instance() {
|
public static function instance() {
|
||||||
$class_name = static::class_name();
|
$class_name = static::class_name();
|
||||||
|
|
Loading…
Reference in a new issue