better indentation

This commit is contained in:
Abdul Malik Ikhsan 2021-05-22 21:22:28 +07:00
parent 67d8ec3cad
commit 7212c53243
No known key found for this signature in database
GPG Key ID: 69AC5BC354C89BE6

View File

@ -21,13 +21,12 @@ final class RemoveErrorSuppressInTryCatchStmtsRector extends AbstractRector
try {
@rmdir($dirname);
} catch (Exception $e) {}
CODE_SAMPLE
,
CODE_SAMPLE,
<<<'CODE_SAMPLE'
try {
rmdir($dirname);
} catch (Exception $e) {}
CODE_SAMPLE
CODE_SAMPLE
),
]);
}