Skip to content
github-actions edited this page Mar 26, 2026 · 8 revisions

This is an automatically generated documentation for Fast Forward Development Tools for PHP projects.

Namespaces

\FastForward\DevTools

Classes

Class Description
DevTools Wraps the fast-forward console tooling suite conceptually as an isolated application instance.

\FastForward\DevTools\Command

Classes

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.

\FastForward\DevTools\Composer

Classes

Class Description
Plugin Implements the lifecycle of the Composer dev-tools extension framework.

\FastForward\DevTools\Composer\Capability

Classes

Class Description
DevToolsCommandProvider Provides a registry of custom dev-tools commands mapped for Composer integration.

\FastForward\DevTools\Docblock

Classes

Class Description
OrderedDocblock Represents a Docblock that preserves and sorts tags in a defined order for PHPDoc normalization.

\FastForward\DevTools\Rector

Classes

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.

Clone this wiki locally