Skip to content

Commit

Permalink
Update readme to clarify on the lack of tests. Also added string retu…
Browse files Browse the repository at this point in the history
…rn type for LaravelScrapingBeeFacade
  • Loading branch information
ziming committed Oct 11, 2021
1 parent 2e230d9 commit dc22f76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Look at the source code of `src/LaravelScrapingBee.php` for now for the other me

## Testing

As ScrapingBee does not provide any test APIs nor recurring sample API credits. I'm not able to provide any tests. But if there are tests in the future, you can run the command below to execute the testcases.

```bash
composer test
```
Expand Down
2 changes: 1 addition & 1 deletion src/LaravelScrapingBeeFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
class LaravelScrapingBeeFacade extends Facade
{
protected static function getFacadeAccessor()
protected static function getFacadeAccessor(): string
{
return 'laravel-scrapingbee';
}
Expand Down

0 comments on commit dc22f76

Please sign in to comment.