Skip to content

PSR-2 started indent with two spaces #460

@etu

Description

@etu

Something happened between b67b34c (works fine) and 2c83fbe (newer one but doesn't work fine) that breaks my PSR-2 indentation.

<?php
namespace Lib;

class MyClass
{
    function myFunction()
    {
    // Pressing tab here will place this line indented at six spaces from "zero" instead of eight.
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions