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

B.php « f008 « fixtures « deep-copy « myclabs « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6053092d751d9761d560c39811a9f05b196a7d65 (plain)
1
2
3
4
5
6
7
<?php

namespace DeepCopy\f008;

class B extends A
{
}