Skip to content

Commit

Permalink
Merge pull request #94 from mimmi20/add-tool-3x
Browse files Browse the repository at this point in the history
[3.x] Add tool 3x
  • Loading branch information
asgrim committed Aug 11, 2015
2 parents 298f6c9 + 52c6810 commit 9489c55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
*.markdown text eol=lf
*.js text eol=lf
*.json text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.html text eol=lf
*.php text eol=lf
*.php text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.dist text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
1 change: 1 addition & 0 deletions src/Data/PropertyHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public function checkValueInArray($property, $value)
'Email Client',
'Bot/Crawler',
'Application',
'Tool',
'unknown',
);
break;
Expand Down

0 comments on commit 9489c55

Please sign in to comment.