Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SplDoublyLinkedList.php « Spl « TypeFilter « DeepCopy « src « deep-copy « myclabs « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5644cff8695ca58ba5a6580070e9858ef553079 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace DeepCopy\TypeFilter\Spl;

/**
 * @deprecated Use {@see SplDoublyLinkedListFilter} instead.
 */
class SplDoublyLinkedList extends SplDoublyLinkedListFilter
{
}