This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
joker
/
composer
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
12 lat temu
rodzic
2e19d67aec
commit
78290945b8
1 zmienionych plików
z
6 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Wyświetl plik
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}