refactor: run rector DEAD_CODE
ruleset
This commit is contained in:
parent
35745a7623
commit
4299a71df5
5 changed files with 5 additions and 25 deletions
|
@ -52,7 +52,6 @@ class Convert {
|
|||
*
|
||||
* @param int $p_int_value Value to be converted.
|
||||
* @param bool $p_bool_upper_case Whether to convert the value to upper-case.
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0-gamma
|
||||
* @todo Replace with built-in char casting.
|
||||
|
@ -102,7 +101,6 @@ class Convert {
|
|||
*
|
||||
* @param int $p_int_value Value to be converted.
|
||||
* @param bool $p_bool_upper_case Whether to convert the value to upper-case.
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0-gamma
|
||||
*/
|
||||
|
|
|
@ -1112,7 +1112,7 @@ class Settings {
|
|||
*
|
||||
* @since 1.5.0
|
||||
*/
|
||||
private static $a_obj_instance = null;
|
||||
private static $a_obj_instance;
|
||||
|
||||
/**
|
||||
* Contains all Settings Container names.
|
||||
|
|
Reference in a new issue