Showing 116 of 116 total issues
Closing brace must be on a line by itself Open
Open
public function __construct(private string $key, private ?string $type = null) {}
- Exclude checks
Opening brace should be on a new line Open
Open
protected function wrapStepExecution(WorkflowStep $step, WorkflowState $workflowState): void {
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_ON_ERROR: return 'On Error';
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
) as $dependencyAttribute
- Exclude checks
Multi-line function call not indented correctly; expected 28 spaces but found 32 Open
Open
[
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn (string $warning): string =>
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_PROCESS: return 'Process';
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn (StepInfo $info): bool => !in_array(
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
fn (StepInfo $info): string => "<BR/><FONT POINT-SIZE=\"10\">{$info->getInfo()}</FONT>",
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 20 Open
Open
ReflectionAttribute::IS_INSTANCEOF,
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_SUMMARY: return 'Summary';
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_BEFORE: return 'Before';
- Exclude checks
Multi-line function call not indented correctly; expected 24 spaces but found 28 Open
Open
sprintf(PHP_EOL . ' %s: %s', self::mapStage($stage), $warning),
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
$tip = fn () => $middleware(
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 20 Open
Open
StepDependencyInterface::class,
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_PREPARE: return 'Prepare';
- Exclude checks
Closing brace must be on a line by itself Open
Open
case WorkflowState::STAGE_VALIDATE: return 'Validate';
- Exclude checks