-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Example
We want this:
return (int) $this->get('failed_contact_event.leave_queue_after');
ECS wants this:
return (int)$this->get('failed_contact_event.leave_queue_after');
Applied checkers:
- PHP_CodeSniffer\Standards\Generic\Sniffs\Formatting\SpaceAfterCastSniff.TooMuchSpace
- SlevomatCodingStandard\Sniffs\TypeHints\ReturnTypeHintSniff.MissingNativeTypeHint
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels