Christian

Results 12 issues of Christian

- [x] Added or updated tests - [x] Updated CHANGELOG.md Resolves #1290 **Changes** fixes type specification for blank helper This implementation is not complete, since blank support infinite whitespace, I...

- [x] Added or updated tests - [x] Documented user facing changes - [x] Updated CHANGELOG.md Resolves #1229 **Changes** fixes return types for App::environment()

I can see that you use two queries for compatible with all sql databases. Would it be possible to add a config option to enable to include it as a...

If I use "**php artisan dump-server --format=cli**" with a json API, it will output the dump in response instead of the CLI.

Running lookAhead with queryplan with this query: ``` $resolveInfo->lookAhead(['group-implementor-fields'])->queryPlan(); ``` ``` query { caseById(id: 7317) { default: schemesCount closed: schemesCount(status: CLOSED) approved: schemesCount(status: APPROVED) } } ``` Gives us: ```...

enhancement
BC break

converted to typescript, hope you don't mind

- [x] Added or updated tests - [x] Documented user facing changes - [x] Updated CHANGELOG.md Resolves #1176 **Changes** Fixes the type for collection method **whereNotNull**

Since I accidently called the method: simpleFastPaginate for the fast simple paginate. I meant to have called it fastSimplePaginate. Corrected the method and deprecated the other one

```php $array = [ 'foo' => '123' ]; ``` `Arr::pull($array, 'bar')` should error because it does not exist in the array.

enhancement

I was looking into this https://github.com/rebing/graphql-laravel/issues/602 and fell over this bug. With this query: ``` query ($proId: Int, $proId2: Int) { test2 { name alias1: profile(profileId: $proId2) { contentType }...

bug
help wanted
SelectFields