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

class_with_method_named_empty.php « _fixture « tests « php-token-stream « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dafc18759f07ff6927ecea86e860888d40ee496 (plain)
1
2
3
4
5
6
7
<?php
class class_with_method_named_empty
{
    public function empty(): void
    {
    }
}