This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
joker
/
composer
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
12 vuotta sitten
vanhempi
2e19d67aec
commit
78290945b8
1 muutettua tiedostoa
jossa
6 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Näytä tiedosto
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}