Skip to content

Commit 0d19d57

Browse files
committed
IMPROVED : Moved examples out of Classes directory
1 parent 1b849ec commit 0d19d57

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+27
-26
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
/.settings
33
/.buildpath
44
/.project
5-
/docs
5+
/docs
6+
7+
*.odt
8+
*.docx
9+
*.rtf
10+
*.txt

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ before_script:
2626

2727
script:
2828
## PHP_CodeSniffer
29-
- phpcs --standard=PSR1 src/
30-
- phpcs --standard=PSR2 src/
29+
- phpcs --standard=PSR1 Classes/
30+
- phpcs --standard=PSR2 Classes/
3131
## PHP Copy/Paste Detector
32-
- php phpcpd.phar --verbose src/
32+
- php phpcpd.phar --verbose Classes/
3333
## PHP Mess Detector
34-
- phpmd src/ text codesize,unusedcode,naming,design
34+
- phpmd Classes/ text codesize,unusedcode,naming,design
3535
## PHPLOC
36-
- php phploc.phar src/
36+
- php phploc.phar Classes/
3737

3838
notifications:
3939
email:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)