mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
better indentation
This commit is contained in:
parent
67d8ec3cad
commit
7212c53243
@ -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
|
||||
),
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user