<?php
$finder = PhpCsFixer\Finder::create()
->in(__DIR__ . '/src')
;
$config = new PhpCsFixer\Config;
$config
->setRules([
'@PSR2' => true,
])
->setFinder($finder)
;
return $config;
Copyright © 2026 PT. Howden Insurance Brokers Indonesia. All rights reserved.
Authorised and regulated by Otoritas Jasa Keuangan (OJK).
Member of The Association of Indonesian Insurance & Reinsurance Brokers (APPARINDO).