Andrew Riddlestone

Results 7 comments of Andrew Riddlestone

How about adding deptrac as an executable in the main repository's composer.json, and then recommending people use https://github.com/bamarni/composer-bin-plugin to keep the dependencies separate? To make my plugin usable I added...

I've started down this path (a separate collector, outside deptrac), but am having to use qossmic/deptrac rather than deptrac-shim because of #916, and thought it might be useful outside our...

I've made a number of changes: * Added `ReferenceBuilder::$metaData` so that we can store arbitrary details there and inject them into the references created * Created a `PackageName` class, which...

Just re-read https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/package.html#description and thinking I should remove package name handling from global functions. They're only mentioned if the annotation is at the file-level docblock (which we can't handle).

Apologies - I need to move return types to before method name...

`ShortSchedule::command()` shows up as an unknown method in PhpStorm (among others), as the `@mixin` is not in the right place in `Spatie\ShortSchedule\Facades\ShortSchedule` (it's in the `ShortSchedule::getFacadeAccessor()` docblock, rather than the...

This would be great. I work with Mat, and we're hoping that Dapr will let us use a number of cloud services more easily in various PHP containers. The error...