name: AboutCommand
class_comment: null
dependencies:
- name: AsCommand
  type: class
  source: Symfony\Component\Console\Attribute\AsCommand
- name: Command
  type: class
  source: Symfony\Component\Console\Command\Command
- name: Helper
  type: class
  source: Symfony\Component\Console\Helper\Helper
- name: TableSeparator
  type: class
  source: Symfony\Component\Console\Helper\TableSeparator
- name: InputInterface
  type: class
  source: Symfony\Component\Console\Input\InputInterface
- name: OutputInterface
  type: class
  source: Symfony\Component\Console\Output\OutputInterface
- name: SymfonyStyle
  type: class
  source: Symfony\Component\Console\Style\SymfonyStyle
- name: Kernel
  type: class
  source: Symfony\Component\HttpKernel\Kernel
- name: KernelInterface
  type: class
  source: Symfony\Component\HttpKernel\KernelInterface
properties: []
methods:
- name: configure
  visibility: protected
  parameters: []
  comment: null
- name: execute
  visibility: protected
  parameters:
  - name: input
  - name: output
  comment: null
- name: formatPath
  visibility: private
  parameters:
  - name: path
  - name: baseDir
  comment: null
- name: formatFileSize
  visibility: private
  parameters:
  - name: path
  comment: null
- name: isExpired
  visibility: private
  parameters:
  - name: date
  comment: null
- name: daysBeforeExpiration
  visibility: private
  parameters:
  - name: date
  comment: null
traits:
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Helper\Helper
- Symfony\Component\Console\Helper\TableSeparator
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\HttpKernel\Kernel
- Symfony\Component\HttpKernel\KernelInterface
interfaces: []