This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
joker
/
composer
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Make sure there is a class to find in the file that must be ignored
Jordi Boggiano
12 年 前
親
2e19d67aec
コミット
78290945b8
1 ファイル変更
、
6 行追加
、
0 行削除
分割表示
差分情報を表示
6
0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
+ 6
- 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md
ファイルの表示
@@ -1 +1,7 @@
This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}