Code review fixes

This commit is contained in:
Marat Bakirov 2024-04-03 11:24:02 +02:00 committed by Ivan Fedorov
parent 4c63abd6c3
commit 1882be0410
1 changed files with 0 additions and 8 deletions

View File

@ -810,8 +810,6 @@ final class Yaf_Registry
/**
* @link https://secure.php.net/manual/en/class.yaf-session.php
* @version 2.2.9
* @implements \Iterator
* @implements \ArrayAccess
*/
final class Yaf_Session implements Iterator, ArrayAccess, Countable
{
@ -1359,8 +1357,6 @@ abstract class Yaf_Action_Abstract extends Yaf_Controller_Abstract
/**
* @link https://secure.php.net/manual/en/class.yaf-config-abstract.php
* @implements \Iterator
* @implements \ArrayAccess
*/
abstract class Yaf_Config_Abstract implements Iterator, ArrayAccess, Countable
{
@ -2308,8 +2304,6 @@ class Yaf_Request_Simple extends Yaf_Request_Abstract
* <b>Note:</b>
* <p>Yaf_Config_Ini utilizes the » parse_ini_file() PHP function. Please review this documentation to be aware of its specific behaviors, which propagate to Yaf_Config_Ini, such as how the special values of "TRUE", "FALSE", "yes", "no", and "NULL" are handled.</p>
* @link https://secure.php.net/manual/en/class.yaf-config-ini.php
* @implements \Iterator
* @implements \ArrayAccess
*/
class Yaf_Config_Ini extends Yaf_Config_Abstract implements Iterator, ArrayAccess, Countable
{
@ -2436,8 +2430,6 @@ class Yaf_Config_Ini extends Yaf_Config_Abstract implements Iterator, ArrayAcces
/**
* @link https://secure.php.net/manual/en/class.yaf-config-simple.php
* @implements \Iterator
* @implements \ArrayAccess
*/
class Yaf_Config_Simple extends Yaf_Config_Abstract implements Iterator, ArrayAccess, Countable
{