Skip to content

Commit

Permalink
Fix code style and bump sha512sum
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Apr 5, 2024
1 parent 8d5d96f commit 3bcb3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"checksum": {
"type": "sha-512",
"value": "45217daaab3b20128b8f2a82782fad47533dcd9ef62d6d3db6c7891dc076682e6657528b1ff18828893ee3aa3b4aeeb7c36dbd3550b2e07580c094da1d261751"
"value": "cc094ab577c828bfbdda198316fd022082467df51a0f3eb5e75e59a851cebe356fd59587392fde6323fd9bf5d5732f21a210879de1b4ee6261007c429374a250"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion src/rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ private function process(): void
}

// No error or changes detected
if (!isset($data['totals'])
if (
!isset($data['totals'])
|| $data['totals']['changed_files'] === 0 && $data['totals']['errors'] === 0
) {
return;
Expand Down

0 comments on commit 3bcb3c2

Please sign in to comment.