pattisahusiwa/coding-standard

Support fluent interface

Closed this issue · 0 comments

For example

$obj->add('value 1')
    ->add('value 2')
    ->add('value 3');