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

classInScopedNamespace.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: 1ba475ce04bb74c096b0c5acedc5861e2cafff9b (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Foo\BarScoped {

    class TestClass {

    }

}