Larry Garfield

Results 40 issues of Larry Garfield

Is this effort still maintained? It appears to have no stable releases, just alphas, but Packagist reports a whole crapload of dependent packages and millions of installs. I'm not sure...

## Feature request There is already a fix rule for converting `strpos()` calls to one of the new trio of string functions. However, it doesn't work on `stripos()`, which can...

kind/feature request
easy pick
status/stale
contribution welcome

This PR replaces #467, as that one is from a 3rd party repo so I couldn't push to it. Adds an "app:init" command, which will add viable if generic .platform\*...

wip

## Problem ```php class Thing { public readonly string $name; public function __construct() { } public function populate(string $name): void { $this->name = $name; } } ``` Psalm (according to...

This is based on what I've seen in the wild, with a healthy dose of my own judgement. It seems consistent with the rest of the document. Resolves #8

I haven't been able to locate a way in the UI to change the Clementine server I'm connected to. Ideally, I'd like to maintain connections to multiple servers but it...

### Bug Report | Q | A |------------ | ------ | Version(s) | 2.15 #### Summary The `getFeedLink()` method is broken and returns invalid data. #### Current behavior `getFeedLink()` on...

Awaiting Author Updates
Bug
Unit Test Needed

| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...

Awaiting Author Updates
Bug
Unit Test Needed

From Reddit, maybe we should do some validation on the object after it's loaded? https://www.reddit.com/r/PHP/comments/wduj55/comment/iin84r2/?utm_source=reddit&utm_medium=web2x&context=3 public function __construct(private string $name) { … } No one would expect this class to...