You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something happened between b67b34c (works fine) and 2c83fbe (newer one but doesn't work fine) that breaks my PSR-2 indentation.
<?phpnamespaceLib;
class MyClass
{
functionmyFunction()
{
// Pressing tab here will place this line indented at six spaces from "zero" instead of eight.
}
}