-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions edited this page Mar 26, 2026
·
8 revisions
This is an automatically generated documentation for Fast Forward Development Tools for PHP projects.
| Class | Description |
|---|---|
DevTools |
Wraps the fast-forward console tooling suite conceptually as an isolated application instance. |
| Class | Description |
|---|---|
AbstractCommand |
Provides a base configuration and common utilities for Composer commands. |
CodeStyleCommand |
Represents the command responsible for checking and fixing code style issues. |
DocsCommand |
Handles the generation of API documentation for the project. |
PhpDocCommand |
Provides operations to inspect, lint, and repair PHPDoc comments across the project. |
RefactorCommand |
Provides functionality to execute automated code refactoring using Rector. |
ReportsCommand |
Coordinates the generation of Fast Forward documentation frontpage and related reports. |
StandardsCommand |
Executes the full suite of Fast Forward code standard checks. |
SyncCommand |
Represents the command responsible for installing development scripts into composer.json. |
TestsCommand |
Facilitates the execution of the PHPUnit testing framework. |
WikiCommand |
Handles the generation of API documentation for the project. |
| Class | Description |
|---|---|
Plugin |
Implements the lifecycle of the Composer dev-tools extension framework. |
| Class | Description |
|---|---|
DevToolsCommandProvider |
Provides a registry of custom dev-tools commands mapped for Composer integration. |
| Class | Description |
|---|---|
OrderedDocblock |
Represents a Docblock that preserves and sorts tags in a defined order for PHPDoc normalization. |
| Class | Description |
|---|---|
AddMissingClassPhpDocRector |
Provides automated refactoring to prepend basic PHPDoc comments on classes missing them. |
AddMissingMethodPhpDocRector |
Executes AST inspections parsing missing documentation on methods automatically. |
RemoveEmptyDocBlockRector |
Implements automation targeting the removal of purposeless empty DocBlock structures natively. |