Browse Source

update .phpdoc.xml

theshka 9 years ago
parent
commit
49e5e44b4a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .phpdoc.xml

+ 4 - 4
.phpdoc.xml

@@ -9,17 +9,17 @@
         <ignore>themes/*</ignore>
         <ignore>plugins/*</ignore>
         <ignore>vendor/*</ignore>
+        <ignore>index.php</ignore>
+        <ignore>index.php.dist</ignore>
         <ignore>.htaccess</ignore>
-        <ignore>*.git</ignore>
         <ignore>.gitignore</ignore>
+        <ignore>*.git</ignore>
         <ignore>*.xml</ignore>
         <ignore>*.yml</ignore>
         <ignore>*.json</ignore>
         <ignore>*.lock</ignore>
         <ignore>*.phar</ignore>
         <ignore>*.md</ignore>
-        <ignore>*LICENSE</ignore>
-        <ignore>index.php</file>
-        <ignore>index.php.dist</ignore>
+        <ignore>LICENSE</ignore>
     </files>
 </phpdoc>