File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Low level PHP client for ArangoDB. Supports PHP versions 7.4 & ^8.0
55![ Github CI tests] ( https://github.com/LaravelFreelancerNL/arangodb-php-client/workflows/CI%20tests/badge.svg )
66[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/LaravelFreelancerNL/arangodb-php-client/badges/quality-score.png?b=next )] ( https://scrutinizer-ci.com/g/LaravelFreelancerNL/arangodb-php-client/?branch=next )
77[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/LaravelFreelancerNL/arangodb-php-client/badges/coverage.png?b=next )] ( https://scrutinizer-ci.com/g/LaravelFreelancerNL/arangodb-php-client/?branch=next )
8- <a href =" https://packagist.org/packages/laravel-freelancer-nl/arangodb-php-client " ><img src =" https://poser.pugx.org/laravel-freelancer-nl/arangodb-php-client/v/unstable " alt =" Latest Version " ></a >
8+ <a href =" https://packagist.org/packages/laravel-freelancer-nl/arangodb-php-client " ><img src =" https://poser.pugx.org/laravel-freelancer-nl/arangodb-php-client/v/stable " alt =" Latest Version " ></a >
99<a href =" https://packagist.org/packages/laravel-freelancer-nl/arangodb-php-client " ><img src =" https://poser.pugx.org/laravel-freelancer-nl/arangodb-php-client/downloads " alt =" Total Downloads " ></a >
1010<a href =" https://packagist.org/packages/laravel-freelancer-nl/arangodb-php-client " ><img src =" https://poser.pugx.org/laravel-freelancer-nl/arangodb-php-client/license " alt =" License " ></a >
1111
Original file line number Diff line number Diff line change @@ -46,14 +46,4 @@ public function all(): array
4646
4747 return array_filter ($ array );
4848 }
49-
50- /**
51- * @return array<mixed>
52- */
53- public function toArray (): array
54- {
55- $ array = parent ::toArray ();
56-
57- return array_filter ($ array );
58- }
5949}
You can’t perform that action at this time.
0 commit comments