Ollie Read

Results 41 issues of Ollie Read

I've removed all of the FQN docblocks that I added and only pushed in changes that haven't been made. This includes; - Schema builder support - Some tidy up of...

There are several pieces of functionality yet to be implemented in the query grammar. A lot of these are overridden from the default query builder, but some of them are...

# Bug report When creating a final class that implements a method from an interface that has the return type `static`, and when using generics, PHPStan incorrectly reports that the...

When calling the `ksort()` method on `Ds\Map` I get the following error if the parameter is `null` or a variable that is `null`. ``` TypeError: Ds\Map::ksort() expects parameter 1 to...

It's very easy to accidentally create multiple instances of the same model, and I quite often see people with issues that relate to this. I recently wrote a package called...

Add the ability to enable JWT id logging in the database along with corresponding expiration timestamps. The database should only store the `jti`, `aud` and `exp` claims. It should have...

enhancement

This is a small PR which adds support for the castable type `uuid`. Since we have a `uuid` option for migrations, it only makes sense that we also support adding...

This PR adds identity map support to Eloquent as an opt-in feature controlled by `Model::$identifiable`. ## Summary Models that are marked as identifiable will have an identity, provided by `Model::getModelIdentifier()`,...

I've only created examples for the ones that I encountered, but if my understanding is correct, and `stubs/Reflection.phpstub` is how Psalm understands reflection classes, there is a lot missing. `ReflectionProperty::hasDefaultValue()`...

bug
easy problems
internal stubs/callmap
Help wanted
good first issue

This repository has moved [here](https://github.com/sprocketbox/eloquent-identity)