Brad Kent

Results 75 comments of Brad Kent

Declaring a return type of static does not throw any sort of mismatch error in any version of php 8.x Sounds like Phan was raising a false positive `PhanParamSignatureRealMismatchReturnType` error...

I'm fighting trying to figure out why vscode isn't honoring my .editorconfig file... vscode's status bar says "Spaces: 4".... but .editorconfig is set to 2 spaces....

follow these instructions? https://getcomposer.org/download/

> ℹ︎ VERSION is refs/heads/master seems suspect script being ran via manual dispatch **edit**... indeed.. I updated my "prep" script to be a "build" script and now using BUILD_DIR var......

https://docs.github.com/en/actions/reference/workflows-and-actions/variables `GITHUB_REF_TYPE` could be utilized The type of ref that triggered the workflow run. Valid values are "branch" or "tag". if "branch" exit early and echo not supported... or try...