This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
joker
/
composer
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
hace 12 años
padre
2e19d67aec
commit
78290945b8
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Ver fichero
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}