Skip to content

PHP0418 when using Carbon #389

@cconrad

Description

@cconrad

The following code unexpectedly reports the issue "Call to unknown method: Carbon\Traits\Creator::subMonths()" (PHP0418):

use Carbon\Carbon;

class Test {
    public function test() {
        Carbon::now()->subMonths(1);
    }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions