Analysis result

Scanned at : 2021-02-26
Analyzed by : Coding Standard PSR12

Your PHP Code Snippet

                    
$object
    ->method1(
        $val1,
        $val2,
    )
    ->method2(
        $val1,
        $val2,
    );
                    
                

Like you the result ?

Good jobs, the log is clean!