x-ray icon indicating copy to clipboard operation
x-ray copied to clipboard

Scan source code for calls to ray() and related calls.

Results 1 x-ray issues
Sort by recently updated
recently updated
newest added

This PR borrows and extends code from `spatie/ray` to implement a `rector/rector` rule for removing calls to `ray()`, `rd()`, `Ray::*` and `->ray()`. It adds a `clean` subcommand to the `x-ray`...