Skip to content

Commit

Permalink
support for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Dec 2, 2024
1 parent 153a16c commit 351f087
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 55 deletions.
6 changes: 4 additions & 2 deletions linters/php-cs-fixer/php-cs-fixer.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { linterFmtTest } from "tests";
import { skipOS } from "tests/utils";

linterFmtTest({
linterName: "php-cs-fixer",
skipTestIf: skipOS(["win32"]),
// Next release will include support for [email protected]
// https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.65.0
skipTestIf: () => true,
// skipTestIf: skipOS(["win32"]),
});
4 changes: 2 additions & 2 deletions linters/phpstan/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tools:
- name: phpstan
runtime: php
package: phpstan/phpstan
known_good_version: 1.10.58
known_good_version: 2.0.3
shims: [phpstan]
environment:
- name: PATH
Expand All @@ -16,7 +16,7 @@ lint:
definitions:
- name: phpstan
main_tool: phpstan
known_good_version: 1.10.58
known_good_version: 2.0.3
description: PHP Static Analysis Tool
suggest_if: never
commands:
Expand Down
51 changes: 0 additions & 51 deletions linters/phpstan/test_data/phpstan_v1.10.58_basic.check.shot

This file was deleted.

0 comments on commit 351f087

Please sign in to comment.