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

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

Results 4 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`...

Since 1.2.1, I'm getting the following error: ``` Fatal error: Uncaught Error: Call to undefined method Symfony\Component\Console\Application::add() in [..]/vendor/spatie/x-ray/bin/x-ray:18 Stack trace: #0 [..]/vendor/bin/x-ray(119): include() #1 {main} thrown in [..]/vendor/spatie/x-ray/bin/x-ray on...

bug
needs information

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. Release notes Sourced from actions/cache's releases. v5.0.0 [!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1....

dependencies

Hi, When running the command, there are a lot of warnings from one dependency: ``` PHP Deprecated: Permafrost\PhpCodeSearch\Support\Collections\Collection::filter(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type...

bug