We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beba28 commit dab2537Copy full SHA for dab2537
3 files changed
conf/fetch.php
@@ -34,6 +34,8 @@
34
'yar',
35
'yaf',
36
'yaconf',
37
- 'memcached',
+
38
+ // memcached在PHPStorm中存在,暂不处理
39
+// 'memcached',
40
)
-);
41
+);
0 commit comments