Passed
Push — master ( fcf5a1...20098a )
by Stefan
07:00
created
core/SilverbulletCertificate.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
      * @return CertificationAuthorityInterface engine to use
164 164
      */
165 165
     public static function getCaEngine($type) {
166
-     switch ($type) {
166
+        switch ($type) {
167 167
             case \devices\Devices::SUPPORT_EMBEDDED_RSA:
168 168
                 $privateKey = openssl_pkey_new(['private_key_bits' => 2048, 'private_key_type' => OPENSSL_KEYTYPE_RSA, 'encrypt_key' => FALSE]);
169 169
                 $caEngine = new CertificationAuthorityEmbeddedRSA();
Please login to merge, or discard this patch.
utils/ocsp_update.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     $caEngine->triggerNewOCSPStatement($certObject);
44 44
 }
45 45
 
46
- /* 
46
+    /* 
47 47
   * and then writes all recently updated statements to a temporary directory. The 
48 48
   * calling script ocsp_update.sh should then scp all the files to their 
49 49
   * destination.
Please login to merge, or discard this patch.