-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions edited this page Apr 3, 2026
·
10 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 |
|---|---|
EventTracer |
Collects PHPUnit events grouped by their concrete event class. |
| Class | Description |
|---|---|
ByPassfinalsStartedSubscriber |
Enables BypassFinals when the PHPUnit test suite starts. |
JoliNotifExecutionFinishedSubscriber |
Sends a desktop notification when the PHPUnit execution finishes. |
| Class | Description |
|---|---|
DevToolsExtension |
Registers the Joli notification tracer within the PHPUnit extension lifecycle. |
| 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. |