Skip to content

Commit 3bcb3c2

Browse files
committed
Fix code style and bump sha512sum
1 parent 8d5d96f commit 3bcb3c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

repository.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"checksum": {
1818
"type": "sha-512",
19-
"value": "45217daaab3b20128b8f2a82782fad47533dcd9ef62d6d3db6c7891dc076682e6657528b1ff18828893ee3aa3b4aeeb7c36dbd3550b2e07580c094da1d261751"
19+
"value": "cc094ab577c828bfbdda198316fd022082467df51a0f3eb5e75e59a851cebe356fd59587392fde6323fd9bf5d5732f21a210879de1b4ee6261007c429374a250"
2020
}
2121
}
2222
]

src/rector.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ private function process(): void
195195
}
196196

197197
// No error or changes detected
198-
if (!isset($data['totals'])
198+
if (
199+
!isset($data['totals'])
199200
|| $data['totals']['changed_files'] === 0 && $data['totals']['errors'] === 0
200201
) {
201202
return;

0 commit comments

Comments
 (0)