Dennis Woithe
Dennis Woithe
| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 8.1 | Current behaviour -- Fields that...
Both the tokenizer and the parser frequently check if the next peeked token exists and equals some expected value. I added two utility functions that should improve the readability.
full sync with `fetch-depth: 10` and delta sync with `fetch-depth: 0` both dont transfer files. ```yml jobs: deploy: runs-on: ubuntu-latest steps: - name: Get Latest Code uses: actions/checkout@v4 with: fetch-depth:...