This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
joker
/
composer
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
12 năm trước cách đây
mục cha
2e19d67aec
commit
78290945b8
1 tập tin đã thay đổi
với
6 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
Xem Tập Tin
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}