Skip to content

Commit f7b1830

Browse files
committed
feat: remove legacy scripts for PSR-12 line fixes, publication, and documentation validation
- Deleted `fix-psr12-lines.sh` script which automated PSR-12 line corrections. - Removed `publish_v2.0.1.sh` script that consolidated publication steps for version 2.0.1. - Eliminated `validate-docs-legacy.sh` and `validate-docs-v2.sh` scripts for validating documentation structure.
1 parent f9998f7 commit f7b1830

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+6
-8848
lines changed

DOCUMENTATION_STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As of $(date +"%Y-%m-%d"), all documentation has been updated to reflect:
66

77
- **Framework Name**: PivotPHP (previously Express PHP)
88
- **Package Name**: pivotphp/core (previously cafernandes/express-php)
9-
- **Namespace**: PivotPHP\Core\ (previously Helix\)
9+
- **Namespace**: PivotPHP\Core\
1010
- **Version**: 1.0.0
1111
- **Repository**: PivotPHP/pivotphp-core
1212

FINAL_VALIDATION_REPORT_v1.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| **Documentation** | ✅ PASSOU | Todos os arquivos presentes |
1313
| **PSR-12** | ✅ PASSOU | Compliance total |
1414
| **PHPStan** | ✅ PASSOU | Level 9 analysis |
15-
| **Namespace** | ✅ PASSOU | Express → Helix migrado |
15+
| **Namespace** | ✅ PASSOU | PivotPHP\Core\ |
1616
| **Version** | ✅ PASSOU | v1.0.0 configurado |
1717
| **Packagist** | ✅ PASSOU | Publicado com sucesso |
1818

@@ -30,7 +30,7 @@
3030
**Content Updates**
3131
- Framework name: Express PHP → PivotPHP
3232
- Version references: v2.x → v1.0.0
33-
- Namespace examples: PivotPHP\Core\ → Helix\
33+
- Namespace examples: PivotPHP\Core\
3434

3535
### Scripts and Automation
3636
**All Scripts Updated**
@@ -74,7 +74,7 @@ Status: ✅ ALL DOCUMENTATION FILES PRESENT
7474
"name": "pivotphp/core",
7575
"version": "1.0.0",
7676
"description": "A lightweight, fast, and secure microframework for modern PHP",
77-
"namespace": "Helix\\",
77+
"namespace": "PivotPHP\\Core\\",
7878
"php": "^8.1",
7979
"psr": ["PSR-7", "PSR-11", "PSR-12", "PSR-15"],
8080
"license": "MIT"

0 commit comments

Comments
 (0)