Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

phpcbf replaces indentation tab in array #41

@kenjis

Description

@kenjis

When I run phpcbf, it replaces indentation tab with 3 spaces in array.

command:

$ vendor/bin/phpcbf --standard=./vendor/codeigniter4/codeigniter4-standard/CodeIgniter4 --encoding=utf-8 system/Language/en/RESTful.php

before:

return [
	'notImplemented' => '"{0}" action not implemented.',
];

after:

return [
   'notImplemented' => '"{0}" action not implemented.',
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions