Skip to content

Commit e12fb05

Browse files
author
Rayan Levert
committed
PHPCS : removing the package as the new php8.4 syntax is not adapted yet #31
1 parent 7aab9cf commit e12fb05

File tree

3 files changed

+2
-109
lines changed

3 files changed

+2
-109
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,6 @@ jobs:
3030
- name: Ensure that dependencies can be installed
3131
run: composer install --no-ansi --dry-run
3232

33-
coding-guidelines:
34-
name: Coding Guidelines
35-
36-
needs:
37-
- dependency-validation
38-
39-
runs-on: ubuntu-latest
40-
41-
steps:
42-
- name: Checkout
43-
uses: actions/checkout@v4
44-
45-
- name: Install PHP
46-
uses: shivammathur/setup-php@v2
47-
with:
48-
php-version: 8.4
49-
extensions: mbstring
50-
coverage: none
51-
tools: none
52-
53-
- name: Install dependencies with Composer
54-
run: composer install --no-ansi
55-
56-
# phpcs is not php8.4 compatible for now.
57-
# - name: Run PHP-CS-Fixer
58-
# run: vendor/bin/phpcs src
59-
6033
static-analysis:
6134
name: Static analysis
6235

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^11.0",
17-
"phpstan/phpstan": "^2.1",
18-
"squizlabs/php_codesniffer": "^3.7"
17+
"phpstan/phpstan": "^2.1"
1918
},
2019
"autoload": {
2120
"psr-4": {

composer.lock

Lines changed: 1 addition & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)