Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakirov authored and isfedorov committed Apr 3, 2024
1 parent 4c63abd commit 1882be0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions yaf/yaf.php
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,6 @@ public static function del($name) {}
/**
* @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
{
Expand Down Expand Up @@ -1359,8 +1357,6 @@ public function getControllerName() {}

/**
* @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
{
Expand Down Expand Up @@ -2308,8 +2304,6 @@ public function __construct($method = '', $module = '', $controller = '', $actio
* <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
{
Expand Down Expand Up @@ -2436,8 +2430,6 @@ public function offsetSet($offset, $value): void {}

/**
* @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
{
Expand Down

0 comments on commit 1882be0

Please sign in to comment.