Skip to content

Commit d434198

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent f8352c8 commit d434198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Handler/SignEngine/Pkcs12Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function applyLibreSignRootCAFlag(array $signer): array {
137137
}
138138

139139
foreach ($signer['chain'] as $key => $cert) {
140-
if ($cert['isLibreSignRootCA']
140+
if ($cert['isLibreSignRootCA']
141141
&& isset($cert['certificate_validation'])
142142
&& $cert['certificate_validation']['id'] !== 1
143143
) {

0 commit comments

Comments
 (0)