Class: Avm::EacPhpBase0::FileFormats::Base

Inherits:
Avm::EacGenericBase0::FileFormats::Base
  • Object
show all
Defined in:
lib/avm/eac_php_base0/file_formats/base.rb

Constant Summary collapse

VALID_BASENAMES =
%w[*.php].freeze
VALID_TYPES =
['x-php'].freeze

Instance Method Summary collapse

Instance Method Details

#file_apply(file) ⇒ Object



13
14
15
16
# File 'lib/avm/eac_php_base0/file_formats/base.rb', line 13

def file_apply(file)
  ::Avm::EacPhpBase0::Executables.php_cs_fixer.command.append(['fix', file]).system!
  super
end