gitextract_krs3r2ca/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── .styleci.yml ├── .travis.yml ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json ├── phpunit.xml.dist ├── src/ │ └── ShortClassNames.php └── tests/ ├── NamespacedClass.php └── ShortClassNamesTest.php