Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
vaites committed Apr 14, 2023
2 parents 782d7ea + feee3b7 commit d0db71f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
},
"scripts": {
"test": "vendor/bin/phpunit --coverage-html reports"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false
}
}
}
2 changes: 1 addition & 1 deletion src/Clients/WebClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class WebClient extends Client
/**
* Apache Tika server connection scheme
*
* @var int
* @var string
*/
protected $scheme = 'http';

Expand Down

0 comments on commit d0db71f

Please sign in to comment.