Skip to content

Commit 67d8ec3

Browse files
committed
another move comment
1 parent 4c860dc commit 67d8ec3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/Rector/RemoveErrorSuppressInTryCatchStmtsRector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ public function getNodeTypes(): array
4545
*/
4646
public function refactor(Node $node): ?Node
4747
{
48-
// not in try catch
4948
$tryCatch = $this->betterNodeFinder->findParentType($node, TryCatch::class);
49+
50+
// not in try catch
5051
if (! $tryCatch instanceof TryCatch)
5152
{
5253
return null;

0 commit comments

Comments
 (0)