fix travis build
authorStricted <info@stricted.de>
Thu, 4 Jun 2015 12:05:37 +0000 (14:05 +0200)
committerStricted <info@stricted.de>
Thu, 4 Jun 2015 12:05:37 +0000 (14:05 +0200)
.travis.yml
lib/page/SecAddPage.class.php

index bb459b02e8a4068950c08019f54509b29311889d..f2072cce52baa60d19b3e597fed079545bc0c72e 100644 (file)
@@ -12,4 +12,4 @@ before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF\r
 script:\r
   - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file  > /dev/null\r
-  - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/api/" --ignore="WCF/" .
\ No newline at end of file
+  - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/system/api/" --ignore="WCF/" .
\ No newline at end of file
index 40c243ebe0580ccf1c1b8e24968e6c7eb231d3ca..a5d18a60bdd952212dc4a3a6ac5497656027e4ae 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 namespace dns\page;
-use dns\system\User;
 use dns\system\DNS;
+use dns\system\User;
 
 /**
  * @author      Jan Altensen (Stricted)