Skip to content

Commit ffd5354

Browse files
committed
Remove PHP-CS-Fixer instructions from CONTRIBUTING.md
1 parent 6a4a076 commit ffd5354

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,7 @@ Feature requests are welcome! When suggesting features, please:
4646
- No external JavaScript libraries (vanilla JS only)
4747
- Use Font Awesome icons (no inline SVGs)
4848

49-
3. **Code formatting**:
50-
```bash
51-
# Install PHP-CS-Fixer if not already installed
52-
composer global require friendsofphp/php-cs-fixer
53-
54-
# Format your code
55-
php-cs-fixer fix
56-
```
57-
58-
4. **Test your changes**:
49+
3. **Test your changes**:
5950
- Test on PHP 8.0, 8.1, 8.2, 8.3
6051
- Test on multiple browsers (Chrome, Firefox, Safari, Edge)
6152
- Test both dark and light themes
@@ -128,12 +119,6 @@ chmod 644 config/config.php
128119
# PHP syntax check
129120
find . -path ./vendor -prune -o -name "*.php" -print0 | xargs -0 -n1 php -l
130121

131-
# PHP-CS-Fixer (check)
132-
php-cs-fixer fix --dry-run --diff
133-
134-
# PHP-CS-Fixer (fix)
135-
php-cs-fixer fix
136-
137122
# Composer security audit
138123
composer audit
139124
```

0 commit comments

Comments
 (0)