This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
joker
/
composer
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
há 12 anos atrás
pai
2e19d67aec
commit
78290945b8
1 ficheiros alterados
com
6 adições
e
0 exclusões
Visão Unificada
Mostrar Estatísticas Diff
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Ver Ficheiro
@@ -1 +1,7 @@
This file should be skipped.
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}