This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
joker
/
composer
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
il y a 12 ans
Parent
2e19d67aec
commit
78290945b8
1 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Voir le fichier
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}