remove class_exists wrapper for class definitions
This commit is contained in:
parent
79ee88ec68
commit
23767a8a00
|
|
@ -2,12 +2,7 @@
|
|||
|
||||
/**
|
||||
* fifo class
|
||||
*
|
||||
* @method null delete
|
||||
* @method null toggle
|
||||
* @method null copy
|
||||
*/
|
||||
if (!class_exists('fifo')) {
|
||||
class fifo {
|
||||
|
||||
/**
|
||||
|
|
@ -283,6 +278,3 @@ if (!class_exists('fifo')) {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue