فهرست منبع

Update .phpcs.xml: Check $PWD by default

Daniel Rudolf 9 سال پیش
والد
کامیت
4f90296295
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      .phpcs.xml

+ 5 - 0
.phpcs.xml

@@ -5,6 +5,11 @@
         but without the MissingNamespace sniff.
     </description>
 
+    <!--
+        Run on current working directory by default
+    -->
+    <file>.</file>
+
     <!--
         Exclude _build/ and vendor/ dirs as well as minified JavaScript files
     -->